Hacker News new | ask | show | jobs
by tomchristie 2774 days ago
There are 3 ASGI servers right now. Daphne, Uvicorn, Hypercorn.

For production deployments you’ll either want to run them with a supervisor process like supervisors/circus/etc. Or use gunicorn (uvicorn includes a gunicorn worker class).