Skip to content

Commit

Permalink
documented the currently unsupported Socket.IO 1.x client library
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrinberg committed Jun 8, 2014
1 parent 9ed9b07 commit db9342b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@ Requirements

Flask-SocketIO is based on `gevent-socketio <https://gevent-socketio.readthedocs.org/en/latest/>`_ which in turn depends on `gevent <http://www.gevent.org/>`_ and `gevent-websocket <https://bitbucket.org/Jeffrey/gevent-websocket>`_.

Unfortunately at this time gevent and gevent-socketio only support Python 2.x. There has been some activity in the gevent project towards Python 3 compliance, so support is likely to come in the near future.
Current Limitations
~~~~~~~~~~~~~~~~~~~

- Projects gevent and gevent-socketio only support Python 2.x at this time. There has been some activity in the gevent project towards Python 3 compliance, so support for Python 3 is likely to come in the near future.
- The 1.x releases of the Socket.IO client-side Javascript libraries are not compatible with project gevent-socketio. At this time the Socket.IO client release 0.9.16 has been found to be the most stable.

Initialization
--------------
Expand Down

0 comments on commit db9342b

Please sign in to comment.