websockets/wscat
WebSocket cat observed · 2026-08-28
Health v2 · maintenance only
41/100
- Activity 19
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4236
- days_rel: n/a
- days_push: 487
- n_releases_24m: 0
Adoption not part of the score
2772 stars · 250 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
wscat is a command-line tool for connecting to WebSocket servers (or acting as a WebSocket server) and interactively sending and receiving messages, similar to netcat for WebSockets. It supports TLS options, custom headers, proxies, subprotocols, and slash commands for control frames.
Use cases
- test a websocket server from the terminal
- debug websocket messages interactively
- connect to a wss endpoint with client certificates
- run a local websocket echo server for testing
- send ping and close control frames to a websocket
- connect through a proxy to a websocket endpoint
When to choose
- you need a quick terminal-based way to inspect or test WebSocket endpoints
- you want a lightweight netcat-like tool for WebSocket debugging
- you need to test TLS, headers, subprotocols, or proxy connections to a WebSocket server
When to avoid
- you need automated WebSocket testing in a test suite or CI
- you need a GUI client for exploring WebSocket APIs
- you need to load-test or benchmark WebSocket servers
Facets
cli-tool · maturity active
websocket http-client developer-tools cli developer-tools web-development apis cli cross-platform websocket-client websocket-server debugging netcat-style echo-testing command-line nodejs
2 sources
- readme: https://github.com/websockets/wscat · fetched 2026-08-28 · 1039a105ce4e
- registry_npm: https://registry.npmjs.org/wscat · fetched 2026-08-29 · 3ef86f89b601
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| websockets/wscat | main | 41 |
For agents
markdown · JSON · MCP: product_card(name="websockets/wscat")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem