Skip to content

Latest commit

 

History

History
37 lines (33 loc) · 1.35 KB

index.rst

File metadata and controls

37 lines (33 loc) · 1.35 KB

Trio WebSocket

This library is a WebSocket implementation for the Trio framework that strives for safety, correctness, and ergonomics. It is based on wsproto, which is a Sans-IO state machine that implements most aspects of the WebSocket protocol, including framing, codecs, and events. The respository is hosted on GitHub. This library passes the Autobahn Test Suite.

PyPI

Python Versions

MIT License

getting_started clients servers backpressure timeouts api recipes contributing credits