Description
Adds WebSocket client and server support for Python applications built on Trio. It helps async services exchange real-time messages while staying within Trio's structured concurrency model.
Developers use it as a network library. WebSocket connections can carry private data and stay open for long periods, so configure authentication, origin checks, timeouts, and message validation.