Skip to content

Instantly share code, notes, and snippets.

@ereshzealous
Created June 27, 2025 13:17
Show Gist options
  • Save ereshzealous/bfe31a1cb7bd169850737ff775ed5228 to your computer and use it in GitHub Desktop.
Save ereshzealous/bfe31a1cb7bd169850737ff775ed5228 to your computer and use it in GitHub Desktop.
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 ⚠️ Indirect
Performance 🔥 High 🟡 Moderate ⚠️ Heavy ⚠️ Heavy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment