# geckosio/geckos.io

🦎 Real-time client/server communication over UDP using WebRTC and Node.js http://geckos.io

Repository: https://github.com/geckosio/geckos.io
Canonical: https://ross.abutalabs.com/products/geckosio
Language: TypeScript
License: BSD-3-Clause
License Family: permissive
Topics: webrtc, nodejs, sctp, upd
Last push: 2026-03-27T13:04:35+00:00

## Health v2 (maintenance only)
Score: 66/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 74, release rhythm 35, longevity 100
- inputs: {"age_days": 2691, "days_push": 159, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1490, forks 90 (observed 2026-08-28T04:04:52.403593+00:00)

## What it is
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
- artifact type: library
- maturity: active
- function: websocket, rpc, networking
- domain: web-development
- platform: browser, cross-platform
- tags: webrtc, udp, multiplayer-games, real-time-communication, sctp, game-development, real-time, nodejs

## Member repositories
- geckosio/geckos.io (main) score 66

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:52.403593+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:33:37.044377+00:00, confidence not recorded.
  - readme: https://github.com/geckosio/geckos.io (fetched 2026-08-28T04:04:52.403593+00:00, sha 65685eb5c688)
- Data as of 2026-08-30T08:39:29.467469+00:00.
