Sanic is a Python 3.6+ 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.
Sanic is a Flask-like Python 3.5+ web server that's written to go fast.
It supports async request handlers non-blocking using asyncio
, uvloop and the async
/await
syntax from Python 3.5
Documentation: http://sanic.readthedocs.io/en/latest/