Index | Thread | Search

From:
Stuart Henderson <stu@spacehopper.org>
Subject:
new: net/py-trio-websocket
To:
ports <ports@openbsd.org>
Date:
Mon, 15 Apr 2024 09:33:03 +0100

Download raw body.

Thread
---
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 events. This library handles I/O using the Trio framework.
---

ok to import?