python sanic
sanic is a python 3.7+ web server and web framework that's written to go fast. it allows the usage of the async/await syntax added in python 3.5, which makes your code non-blocking and speedy.
ADS