[ 源代码: python-websockets ]
软件包:python3-websockets(8.1-1+deb11u1)
python3-websockets 的相关链接
Debian 的资源:
下载源码包 python-websockets:
- [python-websockets_8.1-1+deb11u1.dsc]
- [python-websockets_8.1.orig.tar.gz]
- [python-websockets_8.1-1+deb11u1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
implementation of the WebSocket Protocol (RFC 6455)
websockets is a library for developing WebSocket servers and clients in Python. It implements RFC 6455 with a focus on correctness and simplicity. It passes the Autobahn Testsuite.
Built on top of Python's asynchronous I/O support introduced in PEP 3156, it provides an API based on coroutines, making it easy to write highly concurrent applications.