About Anaconda Help Download Anaconda

main / packages / websockets 15.0.1

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

Installers

  • linux-s390x v10.4
  • linux-64 v15.0.1
  • osx-arm64 v15.0.1
  • linux-aarch64 v15.0.1
  • osx-64 v15.0.1
  • win-64 v15.0.1
  • linux-ppc64le v10.4

conda install

To install this package run one of the following:
conda install main::websockets

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.


© 2025 Anaconda, Inc. All Rights Reserved. (v4.2.0) Legal | Privacy Policy