From 58e15134fdc934ff423a0c710dad76d45368d493 Mon Sep 17 00:00:00 2001 From: raphaelauv Date: Wed, 2 Sep 2020 22:22:02 +0200 Subject: [PATCH] Add explicit ASGI compliance to the README (#1922) --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index 2ace1c5c..cfdde631 100644 --- a/README.rst +++ b/README.rst @@ -58,6 +58,8 @@ Sanic | Build fast. Run fast. Sanic is a **Python 3.6+** web server and web framework that's written to go fast. It allows the usage of the ``async/await`` syntax added in Python 3.5, which makes your code non-blocking and speedy. +Sanic is also ASGI compliant, so you can deploy it with an `alternative ASGI webserver `_. + `Source code on GitHub `_ | `Help and discussion board `_. The project is maintained by the community, for the community. **Contributions are welcome!**