-
-
Notifications
You must be signed in to change notification settings - Fork 572
Closed
Description
To my knowledge, there doesn't currently exist a high-quality websocket library that can support multiple I/O back-ends such as asyncio and trio. Given the Sans-IO nature of this library, there's an opportunity to leverage the anyio library to support asyncio and trio with one implementation. It would also open the door for other back-ends which may be supported by anyio in the future, such as twisted.
https://github.com/miracle2k/trio-websockets might be a decent reference for this, since it is a version of this library ported to Trio, which is very similar to Anyio.
Metadata
Metadata
Assignees
Labels
No labels