Description
Adds simple WebSocket client and server support to Python applications. It helps projects exchange real-time messages with browsers, services, or local tools without implementing the WebSocket protocol from scratch.
Developers use it as a network library. WebSocket connections can stay open and carry private data, so configure authentication, origin checks, timeouts, and message validation carefully.