Requirements¶
Python¶
Tested environments:
- Python 2.7+
- Python 3.3+
- PyPy 1.8+
- Android 2.3 via SL4A
Note
ws4py will not try to automatically install dependencies and will let you decide which one you need.
Client¶
ws4py comes with three client implementations:
Server¶
ws4py comes with three server implementations:
Testing¶
ws4py uses the Autobahn functional test suite to ensure it respects the standard. You must install it to run that test suite against ws4py.
- Autobahn python
- Autobahn test suite