blob: ea1a9f094c7100cf5b30e068cba91e66b2d23b5e (
plain) (
blame)
1
2
3
4
5
6
|
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.
|