blob: 24f77489cb546f5c79068d06aca9b322075594d7 (
plain) (
blame)
1
2
3
4
5
6
7
|
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.
WWW: https://pypi.org/project/websockets/
|