ws4py - A WebSocket package for Python¶
| Author: | Sylvain Hellegouarch |
|---|---|
| Release: | 0.3.4 |
| License: | BSD |
| Source code: | https://github.com/Lawouach/WebSocket-for-Python |
| Build status: | https://travis-ci.org/Lawouach/WebSocket-for-Python |
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.