The Python WSGI Server
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