File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Python library providing an implementation of the WebSocket protocol defined in
66Overview
77========
88
9- The latest stable release is 0.2.1 .
9+ The latest stable release is 0.2.2 .
1010
1111ws4py does not support older version of the protocol like Hixie-76.
1212
@@ -21,8 +21,8 @@ Platforms
2121
2222ws4py runs on:
2323
24- * CPython 2.7.x
25- * pypy 1.8
24+ * CPython 2.6+/2.7+
25+ * pypy 1.8/1.9
2626
2727Implementation
2828--------------
@@ -53,6 +53,13 @@ wire but from any other source.
5353
5454It's also pretty fast and easy to read.
5555
56+ Performances
57+ ------------
58+
59+ ws4py doesn't perform too bad but it's far from being the fastest WebSocket lib under heavy load.
60+ The reason is that it was first designed to implement the protocol with simplicity
61+ and clarity in mind. Future developments will look at performances.
62+
5663Client support
5764--------------
5865
You can’t perform that action at this time.
0 commit comments