https://docs.aiohttp.org/en/stable/deployment.html
nothing is for free: running aiohttp application under gunicorn is slightly slower.
Sanic and aiohttp have nice asynchronous built-in servers that are production-ready. You should use them instead of gunicorn
https://docs.aiohttp.org/en/stable/deployment.html
Sanic and aiohttp have nice asynchronous built-in servers that are production-ready. You should use them instead of gunicorn