Uvicorn

Uvicorn is a lightning-fast ASGI server used to serve python ASGI frameworks like FastAPI, Django Channels, Quart, BlackSheep, etc…

https://www.uvicorn.org

To install Uvicorn, run

pip install uvicorn

To run, you can use

uvicorn main:app --host 0.0.0.0 --port 8000 --reload

See Python

Need help with Linux Server or WordPress? We can help!

Leave a Reply

Your email address will not be published. Required fields are marked *