We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3b403c6 + 0de7dcf commit 1c4ad50Copy full SHA for 1c4ad50
README.rst
@@ -1,5 +1,21 @@
1
.. image:: https://secure.travis-ci.org/stephenmcd/django-socketio.png?branch=master
2
3
+State of django-socketio
4
+========================
5
+
6
+django-socketio is currently bound to socket.io 0.6, which is considerably
7
+out of date. It's fully functional, but some browsers now have newer
8
+implentations of WebSockets, and so alternative socket.io transports are
9
+fallen back to in these cases.
10
11
+Work is currently underway to bring django-socketio up to date with the
12
+latest gevent-socktio, which has just recently started to support
13
+socket.io 0.8
14
15
+Follow this thread for more info:
16
17
+https://github.com/stephenmcd/django-socketio/issues/19
18
19
Introduction
20
============
21
0 commit comments