CMD + K

websockets

Community

websockets is a library for building WebSocket servers and clients in Python with a focus on correctness, simplicity, robustness, and performance.

Installation

To install this package, run one of the following:

Conda
$conda install ad-testing::websockets

Usage Tracking

15.0.1
10.4
2 / 8 versions selected
Downloads (Last 6 months): 0

Description

websockets is a library for building WebSocket servers and clients in Python with a focus on correctness, simplicity, robustness, and performance. It supports several network I/O and control flow paradigms. The default implementation builds upon asyncio, Python’s built-in asynchronous I/O library. It provides an elegant coroutine-based API. It’s ideal for servers that handle many client connections. The threading implementation is a good alternative for clients, especially if you aren’t familiar with asyncio. It may also be used for servers that handle few client connections. The Sans-I/O implementation is designed for integrating in third-party libraries, typically application servers, in addition being used internally by websockets.

About

Summary

websockets is a library for building WebSocket servers and clients in Python with a focus on correctness, simplicity, robustness, and performance.

Last Updated

Sep 8, 2025 at 15:11

License

BSD-3-Clause

Total Downloads

54