We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 731faf8 commit 8b7cf4aCopy full SHA for 8b7cf4a
1 file changed
README.md
@@ -16,7 +16,7 @@ Client support
16
To its simplest form, ws4py comes with a client that doesn't depends on anything but Python.
17
It's a threaded client as simple as:
18
19
-```
+```python
20
from ws4py.client.threadedclient import WebSocketClient
21
class MyClient(WebSocketClient):
22
def opened(self):
@@ -38,6 +38,9 @@ except KeyboardInterrupt:
38
ws4py provides also a client based on Tornado and gevent. Strangely enough, Tornado
39
comes up with a server implementation but not a client. They work in a similar fashion.
40
41
+Note that ws4py may should run on Android rather well through SL4A (http://code.google.com/p/android-scripting/).
42
+
43
44
Server support
45
--------------
46
0 commit comments