Browse Source

Update intro.rst (#450)

pull/468/head
kizError 5 years ago
committed by GitHub
parent
commit
cdde846e57
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/intro.rst

2
docs/intro.rst

@ -133,7 +133,7 @@ Server Features
- Supports large number of clients even on modest hardware due to being
asynchronous.
- Can be hosted on any `WSGI <https://wsgi.readthedocs.io/en/latest/index.html>`_ and
`ASGI <https://asgi.readthedocs.io/en/latest/>`_ web servers includind
`ASGI <https://asgi.readthedocs.io/en/latest/>`_ web servers including
`Gunicorn <https://gunicorn.org/>`_, `Uvicorn <https://github.com/encode/uvicorn>`_,
`eventlet <http://eventlet.net/>`_ and `gevent <http://gevent.org>`_.
- Can be integrated with WSGI applications written in frameworks such as Flask, Django,

Loading…
Cancel
Save