Socket.IO
Bidirectional and low-latency communication for every platform observed · 2026-08-28
Health v2 · maintenance only
95/100
- Activity 94
- Release rhythm 93
- 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: 0.0
- age_days: 6019
- days_rel: 48
- days_push: 40
- n_releases_24m: 35
Adoption not part of the score
63207 stars · 10302 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Socket.IO is a library enabling bidirectional, low-latency, event-based communication between servers and clients over WebSockets with automatic fallbacks. It includes server and client implementations (JavaScript, Java, and more) plus adapters for scaling across multiple nodes.
Use cases
- build a real-time chat application
- push live notifications to browsers
- stream live updates to a dashboard
- implement multiplayer game communication
- add realtime collaboration to a web app
- scale websocket connections across multiple servers
When to choose
- you need reliable bidirectional realtime messaging with automatic reconnection and fallbacks
- you want rooms, namespaces, and broadcasting out of the box
- you need clients across platforms (browser, Node.js, Java, etc.)
When to avoid
- you only need plain WebSocket with no extra features and want minimal overhead
- you need strict standards compliance rather than Socket.IO's custom protocol
- you are building a simple request/response API better served by HTTP or REST
Facets
library · maturity stable
websocket http-server middleware rpc web-development backend cross-platform realtime bidirectional-communication long-polling-fallback rooms-and-namespaces horizontal-scaling typescript real-time messaging nodejs javascript web-server
1 source
- readme: https://github.com/socketio/socket.io · fetched 2026-08-28 · 17b791d075c5
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| socketio/socket.io | main | 95 |
| socketio/socket.io-client | mirror | 23 |
| socketio/socket.io-client-java | sdk | 39 |
| socketio/engine.io | backend | 23 |
| socketio/socket.io-redis-adapter | plugin | 62 |
For agents
markdown · JSON · MCP: product_card(name="socketio/socket.io")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem