You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* CherryPy server requires CherryPy 3.2.2 (http://dowload.cherrypy.org/cherrypy/3.2.1/)
74
+
* CherryPy server requires CherryPy 3.2.2 (http://dowload.cherrypy.org/cherrypy/3.2.2/)
75
75
* gevent server requires gevent gevent 0.13.6 and 1.0.0dev (http://pypi.python.org/pypi/gevent/0.13.6)
76
76
77
77
@@ -134,8 +134,10 @@ Examples
134
134
135
135
ws4py comes with a few examples:
136
136
137
-
* 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).
138
-
Open a couple of tabs pointing at http://localhost:9000 and chat accross those tables.
137
+
* The ```echo_cherrypy_server``` example provides a simple Echo server. It requires CherryPy 3.2.2.
138
+
Open a couple of tabs pointing at http://localhost:9000 and chat accross those tables. Tested with:
139
+
* Chrome 17.0.963.83
140
+
* Firefox 11
139
141
140
142
* The droid_sensor_cherrypy_server broadcasts sensor metrics to clients. Point your browser to http://localhost:9000
141
143
Then run the droid_sensor module from your Android device using SL4A.
0 commit comments