Glossary coding Term Page
uvicorn
an ASGI (Async Server Gateway Interface) server that runs your FastAPI app locally or in p
Core Idea
uvicorn is an ASGI (Async Server Gateway Interface) server that runs your FastAPI app locally or in production by listening on a port and forwarding requests to your functions. It usually makes the most sense alongside FastAPI, HTTP API, Swagger/OpenAPI.
Why It Matters Here
Mathbong reuses this term across fastapi posts as shared vocabulary.