gunicorn/docs/content/index.md
Benoit Chesneau ac00c862d7 docs: mark ASGI as stable, Dirty Arbiters as beta
- Remove beta warning from ASGI worker documentation
- Add beta warning to Dirty Arbiters documentation
- Update README feature list accordingly
- Update changelog to reflect stability changes
2026-02-12 22:09:14 +01:00

4.6 KiB

template title
home.html Gunicorn - Python WSGI HTTP Server
Gunicorn

Serve Python on the Web

Battle-tested. Production-ready. One command to serve your Python apps.

$ pip install gunicorn $ gunicorn myapp:app # Listening at http://127.0.0.1:8000

Why Gunicorn?

Production-Proven

Trusted by thousands of companies. The pre-fork worker model handles traffic spikes gracefully.

Lightweight

Minimal dependencies, simple configuration. Efficient from containers to bare metal.

Compatible

Works with any WSGI or ASGI framework. Django, Flask, FastAPI—it just runs.

Works With Your Stack

WSGI and ASGI frameworks, no changes needed

Django Flask FastAPI Pyramid Starlette Falcon Bottle Quart

Support

Powering Python apps since 2010. Support continued development.

Become a Sponsor

Join the Community

Questions? Bugs? Ideas? We're here to help.