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.
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
ws4py
Packageexc
Moduleframing
Modulemanager
Modulemessaging
Modulestreaming
Moduleutf8validator
Modulewebsocket
ModuleWebSocket
WebSocket.stream
WebSocket.protocols
WebSocket.extensions
WebSocket.sock
WebSocket.client_terminated
WebSocket.server_terminated
WebSocket.reading_buffer_size
WebSocket.environ
WebSocket.heartbeat_freq
WebSocket.local_address
WebSocket.peer_address
WebSocket.opened
WebSocket.close
WebSocket.closed
WebSocket.terminated
WebSocket.connection
WebSocket.close_connection
WebSocket.ping
WebSocket.ponged
WebSocket.received_message
WebSocket.unhandled_error
WebSocket.send
WebSocket.once
WebSocket.terminate
WebSocket.process
WebSocket.run
EchoWebSocket
Heartbeat
- Subpackages