Browse Source

Update README.rst

pull/125/merge
Miguel Grinberg 8 years ago
committed by GitHub
parent
commit
8bba811408
  1. 2
      README.rst

2
README.rst

@ -22,7 +22,7 @@ Features
asynchronous server based on `asyncio <https://docs.python.org/3/library/asyncio.html>`_ asynchronous server based on `asyncio <https://docs.python.org/3/library/asyncio.html>`_
(`sanic <http://sanic.readthedocs.io/>`_ and `aiohttp <http://aiohttp.readthedocs.io/>`_), (`sanic <http://sanic.readthedocs.io/>`_ and `aiohttp <http://aiohttp.readthedocs.io/>`_),
`eventlet <http://eventlet.net/>`_ or `gevent <http://gevent.org/>`_. For `eventlet <http://eventlet.net/>`_ or `gevent <http://gevent.org/>`_. For
development and testing, any WSGI complaint multi-threaded server can also be development and testing, any WSGI compliant multi-threaded server can also be
used. used.
- Includes a WSGI middleware that integrates Socket.IO traffic with standard - Includes a WSGI middleware that integrates Socket.IO traffic with standard
WSGI applications. WSGI applications.

Loading…
Cancel
Save