CMD + K

websockets

Anaconda Verified

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 anaconda::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

Jul 8, 2025 at 12:12

License

BSD-3-Clause

Total Downloads

11.0K

Supported Platforms

macOS-arm64
linux-64
linux-aarch64
macOS-64
win-64

Unsupported Platforms

linux-ppc64le Last supported version: 10.4
linux-s390x Last supported version: 10.4