Glossary coding Term Page

ASGI

the async server interface standard that lets uvicorn run FastAPI apps

asgi #coding#fastapi
Korean version

Related Concepts

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.

Posts Mentioning This Concept