8000 Updated readme. · pythonanywhere/tornadio2@acd42b2 · GitHub
[go: up one dir, main page]

Skip to content

Commit acd42b2

Browse files
committed
Updated readme.
1 parent b7a1f65 commit acd42b2

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,21 @@ Contributors
1010
Introduction
1111
------------
1212

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
1414
transport library on top of the `Tornado <http://www.tornadoweb.org>`_ framework.
1515

1616
TornadIO2 is compatible with 0.7+ version of the Socket.IO and implements
1717
most of the features found in original Socket.IO server software.
1818

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+
1928
What is Socket.IO?
2029
------------------
2130

0 commit comments

Comments
 (0)
0