Skip to content

Commit 4f92ce3

Browse files
committed
Updated to 0.2.2
1 parent 484f4fc commit 4f92ce3

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Python library providing an implementation of the WebSocket protocol defined in
66
Overview
77
========
88

9-
The latest stable release is 0.2.1.
9+
The latest stable release is 0.2.2.
1010

1111
ws4py does not support older version of the protocol like Hixie-76.
1212

@@ -21,8 +21,8 @@ Platforms
2121

2222
ws4py 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

2727
Implementation
2828
--------------
@@ -53,6 +53,13 @@ wire but from any other source.
5353

5454
It'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+
5663
Client support
5764
--------------
5865

0 commit comments

Comments
 (0)