# benoitc/gunicorn

gunicorn 'Green Unicorn' is a WSGI HTTP Server for UNIX, fast clients and sleepy applications.

Repository: https://github.com/benoitc/gunicorn
Canonical: https://ross.abutalabs.com/products/gunicorn
Homepage: http://www.gunicorn.org
Language: Python
License: NOASSERTION
License Family: other
Topics: http-server, http, python, wsgi-server, wsgi
Last push: 2026-08-24T13:55:55+00:00

## Health v2 (maintenance only)
Score: 99/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 99, longevity 100
- inputs: {"age_days": 6120, "days_push": 9, "days_rel": 9, "gap_med": 5.0, "n_releases_24m": 13}
- 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 10660, forks 1855 (observed 2026-08-28T04:10:43.691168+00:00)

## What it is
Gunicorn is a Python WSGI HTTP server for UNIX using a pre-fork worker model, broadly compatible with WSGI and ASGI frameworks like Django, Flask, and FastAPI. It offers multiple worker types (sync, threads, gevent, ASGI), graceful process management, and beta HTTP/2 support.

## Use cases
- serve a Django or Flask app in production
- run a FastAPI ASGI application behind nginx
- deploy a Python web app in Docker
- handle concurrent requests with async gevent workers
- gracefully reload a Python web application without downtime
- serve Python web apps on UNIX with a lightweight server

## When to choose
- you need a battle-tested production WSGI/ASGI server for Python on UNIX
- you want simple, lightweight deployment behind nginx
- you need flexible worker types (sync, threaded, async) for different workloads

## When to avoid
- you need a Windows-native server (Gunicorn is UNIX-only)
- you want a fully-featured internet-facing server with keep-alive for direct exposure rather than a proxy in front
- you need stable HTTP/2 support (still beta)

## Facets
- artifact type: service
- maturity: stable
- function: http-server, web-framework, middleware
- domain: web-development, backend, developer-tools
- platform: python
- tags: wsgi, asgi, pre-fork, production-server, django, flask, fastapi, gevent, unix, linux, macos, docker, web-server

## Member repositories
- benoitc/gunicorn (main) score 99

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:10:43.691168+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-29T17:18:12.676289+00:00, confidence not recorded.
  - readme: https://github.com/benoitc/gunicorn (fetched 2026-08-28T04:10:43.691168+00:00, sha 67a409379503)
  - homepage: http://www.gunicorn.org (fetched 2026-08-29T08:17:25.792923+00:00, sha 4e373cfc2222)
  - site_page: https://gunicorn.org/quickstart (fetched 2026-08-29T08:17:25.802201+00:00, sha 2177913b106f)
  - site_page: https://gunicorn.org/install (fetched 2026-08-29T08:17:25.803995+00:00, sha b23ce3e0485c)
  - registry_pypi: https://pypi.org/pypi/gunicorn/json (fetched 2026-08-29T08:17:25.809116+00:00, sha 7948aabe897a)
  - site_page: https://gunicorn.org/faq (fetched 2026-08-29T08:17:25.806529+00:00, sha 9a54b332dc7f)
- Data as of 2026-08-30T08:39:29.467469+00:00.
