https://github.com/emmett-framework/granian is a modern HTTP server for Python applications. Compared to the venerable Gunicorn, it offers [much better performance](https://github.com/emmett-framework/granian/blob/master/benchmarks/vs.md), and an option to switch from the legacy WSGI protocol to ASGI. Regarding the latter, there's an easy upgrade path for Flask apps: https://flask.palletsprojects.com/en/stable/deploying/asgi/.