# gotham-rs/gotham

A flexible web framework that promotes stability, safety, security and speed.

Repository: https://github.com/gotham-rs/gotham
Canonical: https://ross.abutalabs.com/products/gotham
Homepage: https://gotham.rs
Language: Rust
License: NOASSERTION
License Family: other
Topics: rust, webframework, webdevelopment, gotham, async, learning-gotham
Last push: 2026-07-25T10:07:54+00:00

## Health v2 (maintenance only)
Score: 87/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 94, release rhythm 71, longevity 100
- inputs: {"age_days": 3329, "days_push": 39, "days_rel": 39, "gap_med": 143, "n_releases_24m": 2}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2309, forks 127 (observed 2026-08-28T04:06:35.976406+00:00)

## What it is
Gotham is a flexible web framework for Rust built on Tokio and Hyper, emphasizing stability, safety, security, and speed. It is statically typed with async handlers, routing, extractors, middleware, and shared state support.

## Use cases
- build a web server in rust
- create a rest api with rust
- serve http endpoints with async rust
- route http requests to handlers in rust
- build a type-safe backend service in rust
- add middleware to a rust web app

## When to choose
- you want a stable, compile-time-safe Rust web framework
- you need async request handling with microsecond-level performance
- you prefer building on Tokio and Hyper

## When to avoid
- you want the largest ecosystem and community, where Actix Web or Axum dominate
- you need batteries-included features like built-in ORM or templating
- you are new to Rust and want the most beginner-friendly framework

## Facets
- artifact type: framework
- maturity: active
- function: web-framework, http-server, routing, middleware
- domain: web-development, backend, apis
- platform: rust, cross-platform
- tags: async, tokio, hyper, type-safe, http

## Member repositories
- gotham-rs/gotham (main) score 87

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:35.976406+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:39:35.287591+00:00, confidence not recorded.
  - readme: https://github.com/gotham-rs/gotham (fetched 2026-08-28T04:06:35.976406+00:00, sha 10c5734f2474)
  - homepage: https://gotham.rs (fetched 2026-08-29T10:19:44.062528+00:00, sha a8dc23e32faf)
  - registry_crates: https://crates.io/api/v1/crates/gotham (fetched 2026-08-29T10:19:44.065573+00:00, sha 149230c6fa2a)
- Data as of 2026-08-30T08:39:29.467469+00:00.
