Skip to content

Commit 8b7cf4a

Browse files
committed
updated readme
1 parent 731faf8 commit 8b7cf4a

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Client support
1616
To its simplest form, ws4py comes with a client that doesn't depends on anything but Python.
1717
It's a threaded client as simple as:
1818

19-
```
19+
```python
2020
from ws4py.client.threadedclient import WebSocketClient
2121
class MyClient(WebSocketClient):
2222
def opened(self):
@@ -38,6 +38,9 @@ except KeyboardInterrupt:
3838
ws4py provides also a client based on Tornado and gevent. Strangely enough, Tornado
3939
comes up with a server implementation but not a client. They work in a similar fashion.
4040

41+
Note that ws4py may should run on Android rather well through SL4A (http://code.google.com/p/android-scripting/).
42+
43+
4144
Server support
4245
--------------
4346

0 commit comments

Comments
 (0)