Skip to content

Instantly share code, notes, and snippets.

@ereshzealous
Created June 27, 2025 12:21
Show Gist options
  • Select an option

  • Save ereshzealous/a6cbaf1d3bff5eb46b87bcf4c7179e0f to your computer and use it in GitHub Desktop.

Select an option

Save ereshzealous/a6cbaf1d3bff5eb46b87bcf4c7179e0f to your computer and use it in GitHub Desktop.
Attribute WSGI ASGI
Protocol HTTP only HTTP, WebSockets, etc.
Concurrency Blocking Non-blocking (async)
Performance Thread-based Event loop (faster under I/O load)
Frameworks Django, Flask FastAPI, Starlette, Django (partial)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment