From 003c39d9a87aa41658798f388b0fb187156896b0 Mon Sep 17 00:00:00 2001 From: Leon Date: Wed, 22 Feb 2023 08:50:21 +0800 Subject: [PATCH] Add Granian (#374) --- docs/implementations.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/implementations.rst b/docs/implementations.rst index ad38c11e..f10256af 100644 --- a/docs/implementations.rst +++ b/docs/implementations.rst @@ -35,6 +35,15 @@ An ASGI server based on the sans-io hyper, h11, h2, and wsproto libraries. Supports HTTP/1, HTTP/2, and WebSockets. +Granian +--------- + +*Beta* / https://github.com/emmett-framework/granian + +A Rust HTTP server for Python applications. +Supports ASGI/3, RSGI and WSGI interface applications. + + Application Frameworks ======================