Skip to content

Commit

Permalink
Add explicit ASGI compliance to the README (#1922)
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelauv authored Sep 2, 2020
1 parent 875be11 commit 58e1513
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://sanic.readthedocs.io/en/latest/sanic/deploying.html#running-via-asgi>`_.

`Source code on GitHub <https://github.com/huge-success/sanic/>`_ | `Help and discussion board <https://community.sanicframework.org/>`_.

The project is maintained by the community, for the community. **Contributions are welcome!**
Expand Down

0 comments on commit 58e1513

Please sign in to comment.