Ross ROSS = Recommend OSS · open-source software intelligence for agents

emmett-framework/granian

A Rust HTTP server for Python applications observed · 2026-08-28

github.com/emmett-framework/granian · Rust · BSD-3-Clause (permissive) observed · 2026-08-28

Health v2 · maintenance only

99/100

  • Activity 99
  • Release rhythm 99
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: 11.0
  • age_days: 1601
  • days_rel: 10
  • days_push: 10
  • n_releases_24m: 55

Full methodology

Adoption not part of the score

5570 stars · 171 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

Granian is a Rust-based HTTP server for Python applications built on Hyper and Tokio, serving ASGI, RSGI, and WSGI apps. It supports HTTP/1, HTTP/2, HTTPS/mTLS, websockets, and static file serving as a single high-performance dependency.

Use cases

  • serve an ASGI FastAPI app with a fast production server
  • replace gunicorn + uvicorn with a single dependency
  • serve a WSGI Flask/Django app over HTTP/2
  • run a Python websocket server with high concurrency
  • serve static files directly from a Python web app
  • benchmark Python web server throughput

When to choose

  • you want one modern dependency to serve both ASGI and WSGI applications
  • you need the most performant way to serve Python apps under HTTP/2
  • you need great websocket concurrency and throughput
  • you want a single package with wheels for several platforms

When to avoid

  • you need a pure Python solution
  • you need advanced debugging features
  • your app relies on trio or gevent
  • you depend on ASGI extensions not yet implemented

Facets

library · maturity active

http-server web-framework websocket cli web-development backend developer-tools python rust cross-platform cli asgi wsgi rsgi hyper tokio http2 performance

1 source

Member repositories

RepositoryRoleHealth v2
emmett-framework/granianmain99

For agents

markdown · JSON · MCP: product_card(name="emmett-framework/granian")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem