From 7bc055c0883db13ca8622e11ab116d0bd180acaf Mon Sep 17 00:00:00 2001 From: Adam Hopkins Date: Mon, 6 Sep 2021 13:25:34 +0300 Subject: [PATCH] Update implementations.rst (#295) --- docs/implementations.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/implementations.rst b/docs/implementations.rst index e5a17248..ad38c11e 100644 --- a/docs/implementations.rst +++ b/docs/implementations.rst @@ -68,6 +68,15 @@ way to use asyncio functionality in a web context, especially with existing Flas Supports HTTP. +Sanic +----- + +*Beta* / https://sanicframework.org + +Sanic is an unopinionated and flexible web application server and framework that also +has the ability to operate as an ASGI compatible framework. Therefore, it can be run +using any of the ASGI web servers. Supports HTTP and WebSockets. + Starlette ---------