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

pgjones/hypercorn

Hypercorn is an ASGI and WSGI Server based on Hyper libraries and inspired by Gunicorn. observed · 2026-08-28

github.com/pgjones/hypercorn · Python · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

55/100

  • Activity 51
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

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

  • gap_med: n/a
  • age_days: 3014
  • days_rel: n/a
  • days_push: 298
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1601 stars · 160 forks observed · 2026-08-28

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

Hypercorn is an ASGI and WSGI web server for Python based on sans-io hyper libraries and inspired by Gunicorn. It supports HTTP/1, HTTP/2, HTTP/3 (draft), and WebSockets, with asyncio, uvloop, or trio worker types.

Use cases

  • serve an ASGI app like Quart or FastAPI in production
  • run a WSGI Flask app with an asyncio-capable server
  • serve websockets over HTTP/1 and HTTP/2
  • try out HTTP/3 with a Python server
  • replace Gunicorn or Uvicorn for ASGI deployment
  • run a Python web server with trio workers

When to choose

  • you need a production ASGI server with HTTP/2 or HTTP/3 support
  • you want to serve both ASGI and WSGI apps with one tool
  • you prefer trio or uvloop workers for async serving

When to avoid

  • you only need a simple development server for a framework with its own built-in server
  • you need a non-Python application server or a reverse proxy

Facets

service · maturity active

http-server websocket middleware web-development backend apis python cross-platform cli asgi wsgi http2 http3 asyncio trio gunicorn-inspired

1 source

Member repositories

RepositoryRoleHealth v2
pgjones/hypercornmain55

For agents

markdown · JSON · MCP: product_card(name="pgjones/hypercorn")

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