diff options
Diffstat (limited to 'www/py-quart/pkg-descr')
-rw-r--r-- | www/py-quart/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/www/py-quart/pkg-descr b/www/py-quart/pkg-descr new file mode 100644 index 000000000000..ea1a9f094c71 --- /dev/null +++ b/www/py-quart/pkg-descr @@ -0,0 +1,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. |