geckosio/geckos.io
🦎 Real-time client/server communication over UDP using WebRTC and Node.js http://geckos.io observed · 2026-08-28
Health v2 · maintenance only
66/100
- Activity 74
- 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-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2691
- days_rel: n/a
- days_push: 159
- n_releases_24m: 0
Adoption not part of the score
1490 stars · 90 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
geckos.io is a TypeScript library providing real-time client/server communication over UDP using WebRTC (SCTP data channels) with Node.js. It targets HTML5 real-time multiplayer games and chat apps with a socket.io-like API.
Use cases
- build a real-time multiplayer browser game
- send low-latency unreliable messages between client and server
- add UDP-like communication to a Node.js game server
- create a real-time chat app over WebRTC
- replace websockets with faster UDP data channels
When to choose
- you need low-latency, unreliable/unordered messaging for an HTML5 multiplayer game
- you want a socket.io-like API over WebRTC data channels
- you can configure UDP port forwarding on your server
When to avoid
- you are new to multiplayer games and want abundant tutorials (use socket.io)
- you cannot set up UDP port forwarding or manage STUN/TURN servers
- you need simple reliable messaging where websockets suffice
Facets
library · maturity active
websocket rpc networking web-development browser cross-platform webrtc udp multiplayer-games real-time-communication sctp game-development real-time nodejs
1 source
- readme: https://github.com/geckosio/geckos.io · fetched 2026-08-28 · 65685eb5c688
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| geckosio/geckos.io | main | 66 |
For agents
markdown · JSON · MCP: product_card(name="geckosio/geckos.io")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem