File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,21 @@ Contributors
10
10
Introduction
11
11
------------
12
12
13
- This is implementation of the `Socket.IO <http://socket.io >`_ realtime
13
+ This is python server implementation of the `Socket.IO <http://socket.io >`_ realtime
14
14
transport library on top of the `Tornado <http://www.tornadoweb.org >`_ framework.
15
15
16
16
TornadIO2 is compatible with 0.7+ version of the Socket.IO and implements
17
17
most of the features found in original Socket.IO server software.
18
18
19
+ Key features
20
+ ^^^^^^^^^^^^
21
+
22
+ * Supports Socket.IO 0.8 protocol and related features
23
+ * Full unicode support
24
+ * Support for generator-based asynchronous code
25
+ * Actively maintained
26
+ * Statistics capturing (packets per second, etc)
27
+
19
28
What is Socket.IO?
20
29
------------------
21
30
You can’t perform that action at this time.
0 commit comments