Skip to content

Commit a22f0b7

Browse files
committed
added support for gevent 1.0.0b
1 parent 8739f89 commit a22f0b7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Requirements
1313
As a standalone client, ws4py only requires Python 2.6.6 or above though it hasn't been ported to Python 3.x yet.
1414

1515
* Tornado client requires Tornado 2.0.x (https://github.com/facebook/tornado)
16-
* CherryPy server requires CherryPy 3.2.1 (http://download.cherrypy.org/cherrypy/3.2.1/)
17-
* gevent server requires gevent gevent 0.13.6 (http://pypi.python.org/pypi/gevent/0.13.6)
16+
* CherryPy server requires CherryPy 3.2.1 (http://dowload.cherrypy.org/cherrypy/3.2.1/)
17+
* gevent server requires gevent gevent 0.13.6 and 1.0.0dev (http://pypi.python.org/pypi/gevent/0.13.6)
1818

1919

2020
Installing
@@ -61,7 +61,7 @@ Examples
6161

6262
ws4py comes with a few examples:
6363

64-
* The echo_cherrypy_server provides a simple Echo server. It requires CherryPy 3.2.1. Once started, you can point your browser (it has been tested with Chrome 15.0.854.0).
64+
* The echo_cherrypy_server provides a simple Echo server. It requires CherryPy 3.2.2. Once started, you can point your browser (it has been tested with Chrome 15.0.854.0).
6565
Open a couple of tabs pointing at http://localhost:9000 and chat accross those tables.
6666
* The droid_sensor_cherrypy_server broadcasts sensor metrics to clients. Point your browser to http://localhost:9000
6767
Then run the droid_sensor module from your Android device using SL4A.

0 commit comments

Comments
 (0)