We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28c061f commit 4e00e8fCopy full SHA for 4e00e8f
1 file changed
README.md
@@ -3,12 +3,18 @@ WebSocket for Python (ws4py)
3
4
Python library providing an implementation of the WebSocket protocol defined in RFC 6455 (http://tools.ietf.org/html/rfc6455).
5
6
-The latest stable release is 0.2.0. ws4py is released under a BSD license.
+Overview
7
+========
8
+
9
+The latest stable release is 0.2.0.
10
11
ws4py does not support older version of the protocol like Hixie-76.
12
-Overview
-========
13
14
+Licensing
15
+---------
16
17
+ws4py is released under a BSD license.
18
19
Client support
20
--------------
0 commit comments