Uvicorn logo

Uvicorn

Web Server
Description
Uvicorn is an ASGI web server implementation for Python that provides a minimal low-level server/application interface for async frameworks. It supports HTTP/1.1 and WebSockets and is commonly used with FastAPI and other modern Python web frameworks.