socketio/socket.io-client-cpp
C++11 implementation of Socket.IO client observed · 2026-08-28
Health v2 · maintenance only
40/100
- Activity 39
- Release rhythm 8
- 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: 4175
- days_rel: n/a
- days_push: 370
- n_releases_24m: 0
Adoption not part of the score
2356 stars · 740 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A C++11 client library for the Socket.IO real-time event protocol, built on websocket++ with a JS-like API. It supports binary payloads, automatic JSON encoding, multiplexing, and works across desktop and mobile platforms.
Use cases
- connect a C++ app to a Socket.IO server
- build a real-time chat client in C++
- add websocket event messaging to a Qt application
- integrate Socket.IO into an iOS app
- emit and receive binary data over Socket.IO
- replace the JS Socket.IO client with a native C++ one
When to choose
- your backend uses Socket.IO 3.x/4.x and you need a native C++ client
- you need cross-platform real-time messaging in C++ including mobile
- you want a JS-like Socket.IO API with lambda event handlers
When to avoid
- you need HTTP long-polling fallback - only WebSocket transport is implemented
- you must connect to Socket.IO 1.x/2.x servers without allowEIO3
- you are not using C++11 or newer
Facets
library · maturity active
websocket http-client serialization web-development cross-platform developer-tools cpp cross-platform windows socketio realtime-messaging c++11 websocketpp event-driven real-time ios macos linux
1 source
- readme: https://github.com/socketio/socket.io-client-cpp · fetched 2026-08-28 · 6cbf36c07465
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| socketio/socket.io-client-cpp | main | 40 |
For agents
markdown · JSON · MCP: product_card(name="socketio/socket.io-client-cpp")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem