Re: new: net/py-trio-websocket

2024-04-15 Thread Landry Breuil
Le Mon, Apr 15, 2024 at 11:59:47AM +0100, Stuart Henderson a écrit : > On 2024/04/15 09:33, Stuart Henderson wrote: > > --- > > This library implements both server and client aspects of the the > > WebSocket protocol, striving for safety, correctness, and ergonomics. It > > is based on the wsproto

Re: new: net/py-trio-websocket

2024-04-15 Thread Stuart Henderson
On 2024/04/15 09:33, Stuart Henderson wrote: > --- > This library implements both server and client aspects of the the > WebSocket protocol, striving for safety, correctness, and ergonomics. It > is based on the wsproto project, which is a Sans-IO state machine that > implements the majority of

new: net/py-trio-websocket

2024-04-15 Thread Stuart Henderson
--- This library implements both server and client aspects of the the WebSocket protocol, striving for safety, correctness, and ergonomics. It is based on the wsproto project, which is a Sans-IO state machine that implements the majority of the WebSocket protocol, including framing, codecs, and