FastAPI
ASGI
The async successor to WSGI, supporting long-lived connections and async callables.
Why interviewers ask about it
WSGI is one synchronous call per request with no concept of a persistent connection - which is why WebSockets need ASGI rather than being a bolt-on.
Related terms
This term is part of the free Python Full-Stack interview preparation module - browse the full glossary for every definition.