ws4py - A WebSocket package for Python¶
- Author
- Release
0.4.2
- License
- Source code
- Build status
ws4py is a Python package implementing the WebSocket protocol as defined in RFC 6455.
It comes with various server and client implementations and runs on CPython 2/3, PyPy and Android.
Tutorial¶
Maintainer Guide¶
This section describes the steps to work on ws4py itself and its release process, as well as other conventions and best practices.