websockets==16.1.1
# An implementation of the WebSocket Protocol (RFC 6455 & 7692)
$ pip install websockets
downloads/wk
0
license
—
version
16.1.1
python
>=3.10
What is websockets?
The websockets package provides a Python implementation of the WebSocket Protocol, enabling bidirectional communication between clients and servers over a single TCP connection. Developers use it to build real-time applications like chat systems, live notifications, and collaborative tools that require low-latency two-way messaging. It handles the WebSocket handshake, frame parsing, and protocol compliance automatically.
Keywords