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 Build Status