ws4py - A WebSocket package for Python¶
- Author
- Release
0.5.1
- 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.
Overview¶
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.
Packages¶
- ws4py Package
ws4pyPackageexcModuleframingModulemanagerModulemessagingModulestreamingModuleutf8validatorModulewebsocketModuleWebSocketWebSocket.streamWebSocket.protocolsWebSocket.extensionsWebSocket.sockWebSocket.client_terminatedWebSocket.server_terminatedWebSocket.reading_buffer_sizeWebSocket.environWebSocket.heartbeat_freqWebSocket.local_addressWebSocket.peer_addressWebSocket.openedWebSocket.closeWebSocket.closedWebSocket.terminatedWebSocket.connectionWebSocket.close_connectionWebSocket.pingWebSocket.pongedWebSocket.received_messageWebSocket.unhandled_errorWebSocket.sendWebSocket.onceWebSocket.terminateWebSocket.processWebSocket.run
EchoWebSocketHeartbeat
- Subpackages