blob: c91836003b88b4ce41271e4ee69cf0b0f3eeafc3 (
plain) (
blame)
1
2
3
4
5
|
websockets is a library for building WebSocket servers and clients in Python
with a focus on correctness and simplicity.
Built on top of asyncio, Python's standard asynchronous I/O framework, it
provides an elegant coroutine-based API.
|