# Terry-Mao/gopush-cluster

Golang push server cluster

Repository: https://github.com/Terry-Mao/gopush-cluster
Canonical: https://ross.abutalabs.com/products/gopush-cluster
Language: Go
License: GPL-3.0
License Family: copyleft
Last push: 2017-06-07T12:18:31+00:00

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

## Adoption (not part of the score)
Stars 2070, forks 548 (observed 2026-08-28T04:06:10.322567+00:00)

## What it is
gopush-cluster is a Go-based push server cluster supporting WebSocket and TCP connections with public/private message push, offline message storage, and heartbeat handling. It supports horizontal scaling of comet, web, and message nodes with failover via Zookeeper.

## Use cases
- push real-time messages to mobile or web clients
- build a scalable websocket notification server
- send private messages to connected subscribers
- store and deliver offline messages when users reconnect
- run a clustered push service with failover
- limit max subscribers per node with heartbeat keepalive

## When to choose
- you need a lightweight, high-performance Go push server with clustering
- you want websocket and TCP push with offline message support
- you need Zookeeper-based failover and easy node scaling

## When to avoid
- you need an actively maintained project with recent updates
- you want HTTP long-polling support (listed as todo)
- you need a managed push service or rich client SDKs

## Facets
- artifact type: service
- maturity: abandoned
- function: websocket, http-server, message-queue, auth, middleware
- domain: backend, microservices, web-development
- platform: go, cross-platform, self-hosted
- tags: push-server, push-notifications, cluster, zookeeper, comet, long-polling, golang, real-time, messaging, linux

## Member repositories
- Terry-Mao/gopush-cluster (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:10.322567+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-30T02:56:43.045371+00:00, confidence not recorded.
  - readme: https://github.com/Terry-Mao/gopush-cluster (fetched 2026-08-28T04:06:10.322567+00:00, sha 5f7bc0497266)
- Data as of 2026-08-30T08:39:29.467469+00:00.
