Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docs now gevent-websocket is available for python3 #599

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,10 @@ choices:
- `gevent <http://www.gevent.org/>`_ is supported in a number of different
configurations. The long-polling transport is fully supported with the
gevent package, but unlike eventlet, gevent does not have native WebSocket
support. To add support for WebSocket there are currently two options. The
`gevent-websocket <https://pypi.python.org/pypi/gevent-websocket/>`_
package adds WebSocket support to gevent, but unfortunately this package is
current only available for Python 2. The other alternative is to use the
`uWSGI <https://uwsgi-docs.readthedocs.io/en/latest/>`_ web server, which
support. To add support for WebSocket there are currently two options.
Installing the `gevent-websocket <https://pypi.python.org/pypi/gevent-websocket/>`_
package adds WebSocket support to gevent or one can use the `uWSGI
<https://uwsgi-docs.readthedocs.io/en/latest/>`_ web server, which
comes with WebSocket functionality. The use of gevent is also a performant
option, but slightly lower than eventlet.
- The Flask development server based on Werkzeug can be used as well, with the
Expand Down