# owenliang/go-push

千万级go弹幕推送服务器

Repository: https://github.com/owenliang/go-push
Canonical: https://ross.abutalabs.com/products/go-push
Language: Go
License Family: other
Last push: 2019-11-09T07:11:51+00:00

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

## Adoption (not part of the score)
Stars 1029, forks 249 (observed 2026-08-28T04:03:17.648176+00:00)

## What it is
A Go-based scalable message push server prototype designed for tens of millions of concurrent connections, split into a stateless logic service and a long-connection WebSocket gateway. It supports broadcast and room-based message pushing with message merging for high throughput.

## Use cases
- push live chat messages to millions of websocket clients
- build a danmaku (bullet comment) server for livestreams
- broadcast notifications to all connected users
- implement room-based real-time messaging
- handle massive long-lived connections in Go
- fan out push messages across a gateway cluster

## When to choose
- you need a high-throughput websocket push server in Go
- your app requires broadcast or room-granularity message delivery at scale
- you want a simple HTTP API to trigger pushes from business logic

## When to avoid
- you need a production-hardened solution with a license, active maintenance, or releases
- you need per-user targeted push or message persistence
- you prefer a managed push service or a feature-complete framework like Centrifugo or Socket.IO

## Facets
- artifact type: service
- maturity: maintenance
- function: websocket, http-server, rpc, message-queue, middleware
- domain: backend, microservices, web-development
- platform: go, self-hosted
- tags: push-server, long-connection, danmaku, live-comments, websocket-gateway, high-concurrency, broadcast-messaging, real-time, messaging, linux, web-server

## Member repositories
- owenliang/go-push (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:17.648176+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-30T07:07:40.323250+00:00, confidence not recorded.
  - readme: https://github.com/owenliang/go-push (fetched 2026-08-28T04:03:17.648176+00:00, sha 0f9609f3cdb1)
- Data as of 2026-08-30T08:39:29.467469+00:00.
