Glossary coding Term Page
ASGI
the async server interface standard that lets uvicorn run FastAPI apps
Core Idea
ASGI is the async server interface standard that lets uvicorn run FastAPI apps. It usually makes the most sense alongside uv, Swagger UI.
Why It Matters Here
Mathbong reuses this term across fastapi posts as shared vocabulary.