Hacker News new | ask | show | jobs
by fastball 1653 days ago
Actually you can use any ASGI-compatible web server[1] with FastAPI, uvicorn is generally preferred though because it is apparently the fastest.

[1] https://asgi.readthedocs.io/en/latest/implementations.html