mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
8 lines
280 B
Plaintext
8 lines
280 B
Plaintext
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/
|