Although Gunicorn is traditionally used to deploy WSGI applications , it also provides a pluggable interface to provide ASGI deployment. It does this by allowing you to consume a worker class exposed by the ASGI server ( uvicorn ).
Although Gunicorn is traditionally used to deploy WSGI applications , it also provides a pluggable interface to provide ASGI deployment. It does this by allowing you to consume a worker class exposed by the ASGI server ( uvicorn ).