websockets
A library for developing WebSocket servers and clients in Python.
A library for developing WebSocket servers and clients in Python.
To install this package, run one of the following:
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 asyncio, Python's standard asynchronous I/O framework, it provides a straightforward API based on coroutines, making it easy to write highly concurrent applications.
Summary
A library for developing WebSocket servers and clients in Python.
Information Last Updated
Mar 25, 2025 at 16:21
License
BSD-3-Clause
Total Downloads
89
Platforms
GitHub Repository
https://github.com/aaugustin/websocketsDocumentation
https://websockets.readthedocs.io/en/stable/index.html