uvicorn==0.51.0
# The lightning-fast ASGI server.
$ pip install uvicorn
downloads/wk
0
license
version
0.51.0
python
>=3.10
What is uvicorn?
Uvicorn is a web server that runs Python web applications built with ASGI (Asynchronous Server Gateway Interface) frameworks like FastAPI and Starlette. Developers use it to serve their applications in production or development environments, taking advantage of its async-first design for handling concurrent requests efficiently. It's commonly chosen as the standard server for modern async Python web frameworks.