Feature | Uvicorn | Gunicorn | uWSGI | mod_wsgi |
---|---|---|---|---|
Protocol | ASGI | WSGI | WSGI | WSGI |
Async support | ✅ Native | ❌ WSGI-only | ❌ | ❌ |
WebSockets | ✅ | ❌ | ❌ | ❌ |
Event loop | ✅ (uvloop) | ❌ | ❌ | ❌ |
HTTP/2 | ✅ (experimental) | ❌ | ❌ | ❌ |
Hot reload (dev) | ✅ --reload | ❌ | ❌ | |
Performance | 🔥 High | 🟡 Moderate |
Created
June 27, 2025 13:17
-
-
Save ereshzealous/bfe31a1cb7bd169850737ff775ed5228 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment