websocket-client/websocket-client
WebSocket client for Python observed · 2026-08-28
Health v2 · maintenance only
71/100
- Activity 98
- Release rhythm 19
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5727
- days_rel: 330
- days_push: 14
- n_releases_24m: 1
Adoption not part of the score
3709 stars · 774 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
websocket-client is a Python library implementing the WebSocket protocol (hybi-13 / RFC 6455) with both low-level and higher-level APIs. It supports connections over TCP and SSL, optional SOCKS/HTTP proxy usage, and automatic reconnection via the run_forever method.
Use cases
- connect to a websocket server from python
- stream real-time data over websockets
- subscribe to a websocket api feed
- send and receive websocket messages in python
- build a websocket client with automatic reconnect
- use websockets through a socks proxy
When to choose
- you need a mature, widely-used websocket client for Python 3.10+
- you want low-level control over websocket frames and connections
- you need proxy support or SSL websocket connections
When to avoid
- you need permessage-deflate compression (RFC 7692 is not supported)
- you want an asyncio-native websocket client (consider the 'websockets' library)
- you need a websocket server implementation
Facets
library · maturity stable
websocket http-client web-development backend networking developer-tools python cross-platform websocket-client rfc-6455 hybi-13 low-level-api real-time
2 sources
- readme: https://github.com/websocket-client/websocket-client · fetched 2026-08-28 · 8901173c5d97
- registry_pypi: https://pypi.org/pypi/websocket-client/json · fetched 2026-08-29 · c92432ccb09b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| websocket-client/websocket-client | main | 71 |
For agents
markdown · JSON · MCP: product_card(name="websocket-client/websocket-client")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem