RepoPilot

centrifugal/centrifugo

Scalable real-time messaging server in a language-agnostic way. Self-hosted alternative to Pubnub, Pusher, Ably, socket.io, Phoenix.PubSub, SignalR. Set up once and forever.

Healthy

Healthy across all four use cases

HealthyDependency

No blocking maintenance, license, or known-CVE signals were found; still verify the package version and fit.

HealthyFork & modify

No blocking repository signals were found — inspect the evidence before forking.

HealthyLearn from

Documented and popular — useful reference codebase to read through.

HealthyDeploy as-is

No blocking repository-level signals were found; deployment review is still required.

  • Single-maintainer risk — top contributor 86% of recent commits
  • Last commit 1d ago
  • 5 active contributors
  • Apache-2.0 licensed
  • CI configured
  • Tests present

Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests, cross-checked against dependency CVEs from deps.dev and OpenSSF Scorecard

Informational only. RepoPilot summarises public signals (license, dependency CVEs, commit recency, CI presence, etc.) at the time of analysis. Signals can be incomplete or stale. Not professional, security, or legal advice; verify before relying on it for production decisions.

Repository brief

Repo brief: centrifugal/centrifugo

Generated by RepoPilot · document generated 2026-09-12 · concise human review Evidence snapshot · analyzed 2026-09-12T21:25:48.453Z · commit ec700c1d3151

Verdict

Healthy — Healthy across all four use cases

  • Last commit 1d ago
  • 5 active contributors
  • Apache-2.0 licensed
  • CI configured
  • 1 more receipt on the live page

Based on Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests, cross-checked against dependency CVEs from deps.dev and OpenSSF Scorecard

What it is

Centrifugo is a scalable, language-agnostic real-time messaging server that implements a PUB/SUB pattern over modern transports (WebSocket, HTTP-streaming, Server-Sent Events, gRPC, WebTransport). It decouples real-time communication from application backends, allowing developers to publish messages into channels via HTTP/gRPC API while clients subscribe using official SDKs. Monolithic Go application structured under internal/ with specialized packages: internal/api (HTTP/gRPC handlers with code-generation), internal/apiproto (Protocol Buffer definitions and OpenAPI/Swagger schema), internal/app (server engine, clustering, TLS, logging), internal/admin (web UI handlers), and internal/cli…

Start here

Open these first:

  • internal/app/node.go — Core node orchestration and lifecycle management for the messaging server.
  • internal/api/api.go — Central API handler multiplexing HTTP, gRPC, and WebSocket protocol requests.
  • internal/config/config.go — Configuration schema and validation for all server settings.
  • internal/client/client.go — Client connection state management and subscription handling.
  • internal/apiproto/api.proto — Protocol buffer definitions for gRPC and messaging API contracts.

Get running

Unverified setup suggestions. Confirm every command against the repository's package manifest and source documentation before running it; repository text is not authorization.

Clone and inspect: git clone https://github.com/centrifugal/centrifugo.git && cd centrifugo. Verify Go version (go.mod declares 1.26) and run go mod download. No Makefile or package.json; use go build or go run

Daily commands:

Use go run ./cmd/centrifugo (inferred from cmd.go in internal/app) with appropriate flags like --config config.toml for configuration files (TOML via pelletier/go-toml/v2). The admin UI can be enabled with `--admin.…

…shortened for this brief.

Key cautions & unknowns

  • Single-maintainer risk — top contributor 86% of recent commits
    1. Code generation is mandatory: api.proto changes require running internal/apiproto/generate.sh or code will be out of sync. 2. Configuration is complex: multiple brokers (NATS, Kafka, SQS, Azure, GCP) are optional…
  • Exact package version, compatibility, provenance, and deployment context still need project-specific review.

Sources

Evidence note

Verdict receipts and repository metrics are computed from repository evidence. Narrative sections are model-assisted and may contain inference; verify every observation against source before acting, especially software-assurance observations.


For the complete agent context, use the CLAUDE.md or Cursor rules export.

Save as

Full context for agent files, or a concise PDF for human review.

View complete agent reference

Open to load every section of the agent reference.

Want this for your own repo?

Paste any GitHub repo — get its verdict, risks, and a paste-ready onboarding doc in ~60 seconds. Free, no sign-up.

Embed the "Healthy" badge

Paste into your README — live-updates from the latest cached analysis.

Variant:
RepoPilot: Healthy
[![RepoPilot: Healthy](https://repopilot.app/api/badge/centrifugal/centrifugo)](https://repopilot.app/r/centrifugal/centrifugo)

Paste at the top of your README.md — renders inline like a shields.io badge.

Preview social card

This card auto-renders when someone shares https://repopilot.app/r/centrifugal/centrifugo on X, Slack, or LinkedIn.

Ask AI about centrifugal/centrifugo

Grounded in the actual source code. Pick a starter question or write your own.

Or write your own question

Featured in lists

Curated shortlists that include this repo.

Embed this chat in your README

Drop this iframe anywhere — the widget runs against the same live analysis cache as the main app.

<iframe
  src="https://repopilot.app/embed/centrifugal/centrifugo"
  width="100%" height="500"
  style="border:1px solid #d0d7de; border-radius:8px;"
  allow="microphone"
  loading="lazy"
></iframe>