File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
.. image :: https://secure.travis-ci.org/stephenmcd/django-socketio.png?branch=master
2
+ :target: http://travis-ci.org/#!/stephenmcd/django-socketio
2
3
3
4
Created by `Stephen McDonald <http://twitter.com/stephen_mcd >`_
4
5
5
6
State of django-socketio
6
7
========================
7
8
8
- django-socketio is currently bound to socket.io 0.6, which is considerably
9
- out of date. It's fully functional, but some browsers now have newer
9
+ django-socketio is currently bound to socket.io 0.6, which is considerably
10
+ out of date. It's fully functional, but some browsers now have newer
10
11
implentations of WebSockets, and so alternative socket.io transports are
11
12
fallen back to in these cases.
12
13
13
- Work is currently underway to bring django-socketio up to date with the
14
- latest gevent-socktio, which has just recently started to support
14
+ Work is currently underway to bring django-socketio up to date with the
15
+ latest gevent-socktio, which has just recently started to support
15
16
socket.io 0.8
16
17
17
18
Follow this thread for more info:
@@ -90,7 +91,7 @@ Once installed you can then add ``django_socketio`` to your
90
91
url("", include('django_socketio.urls')),
91
92
)
92
93
93
- The client-side JavaScripts for Socket.IO and its extensions can then
94
+ The client-side JavaScripts for Socket.IO and its extensions can then
94
95
be added to any page with the ``socketio `` templatetag::
95
96
96
97
<head>
You can’t perform that action at this time.
0 commit comments