ports/net/py-websockets/pkg/DESCR

7 lines
263 B
Text
Raw Permalink Normal View History

2023-08-16 22:26:55 +00:00
websockets is a library for building WebSocket servers and clients
in Python with a focus on correctness, simplicity, robustness, and
performance.
Built on top of asyncio, Python's standard asynchronous I/O framework,
it provides an elegant coroutine-based API.