Quart is an async Python web application framework. Using Quart
you can,

- render and serve HTML templates,
- write (RESTful) JSON APIs,
- serve WebSockets,
- stream request and response data,
- do pretty much anything over the HTTP or WebSocket protocols.

Homepage:
https://github.com/pallets/quart/
