blob: a4988f0efd18f6f82367f5434d9b2d8864b6a867 (
plain)
1
2
3
4
5
6
|
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.
|