# googollee/go-socket.io

socket.io library for golang, a realtime application framework.

Repository: https://github.com/googollee/go-socket.io
Canonical: https://ross.abutalabs.com/products/go-socketio
Language: Go
License: NOASSERTION
License Family: other
Archived: true
Last push: 2024-09-29T15:16:51+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4799, "days_push": 703, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: archived, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 5779, forks 842 (observed 2026-08-28T04:09:29.559398+00:00)

## What it is
A Go implementation of the Socket.IO realtime application framework, supporting Socket.IO client protocol version 1.4 with rooms, namespaces, and broadcast. It includes an engine.io sub-package that can be used independently, but the repository is now archived in favor of a fork.

## Use cases
- add realtime websocket communication to a Go server
- implement socket.io-compatible backend in golang
- broadcast messages to rooms of connected clients
- build a chat server with namespaces in Go
- use engine.io transport directly in a Go app

## When to choose
- you need Socket.IO 1.4 protocol compatibility in a Go backend
- you want rooms, namespaces, and broadcast out of the box
- you only need the engine.io transport layer in Go

## When to avoid
- you need Socket.IO v2/v3/v4 protocol support
- you want an actively maintained library - this repo is archived
- you need guaranteed bug fixes or new features

## Facets
- artifact type: library
- maturity: abandoned
- function: websocket, http-server, middleware
- domain: web-development, backend
- platform: go, windows, cross-platform
- tags: socket.io, realtime, engine.io, archived, rooms, broadcast, namespaces, real-time, messaging, linux, macos

## Member repositories
- googollee/go-socket.io (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:29.559398+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-29T17:52:50.566271+00:00, confidence not recorded.
  - readme: https://github.com/googollee/go-socket.io (fetched 2026-08-28T04:09:29.559398+00:00, sha a9418fc9209b)
- Data as of 2026-08-30T08:39:29.467469+00:00.
