# uber-node/ringpop-node

Scalable, fault-tolerant application-layer sharding for Node.js applications

Repository: https://github.com/uber-node/ringpop-node
Canonical: https://ross.abutalabs.com/products/ringpop-node
Homepage: http://uber.github.io/ringpop/
Language: JavaScript
License: MIT
License Family: permissive
Archived: true
Last push: 2019-06-01T12:09:13+00:00

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

## Adoption (not part of the score)
Stars 1187, forks 136 (observed 2026-08-28T04:03:55.313275+00:00)

## What it is
Ringpop-node is a Node.js library that provides application-layer sharding via a consistent hash ring built on top of a SWIM-style membership protocol, with request forwarding for routing. It coordinates distributed Node.js applications so they scale and tolerate node failures. The project is no longer under active development.

## Use cases
- shard a nodejs application across a cluster
- build a fault-tolerant distributed hash ring
- coordinate membership among distributed nodes
- forward requests to the node responsible for a key
- scale out stateful services horizontally

## When to choose
- you maintain a legacy Node.js stack already using TChannel and ringpop
- you need a proven consistent-hashing plus membership library for an older Node 0.10 environment

## When to avoid
- starting a new project, since it is no longer actively developed
- you need modern Node.js version support
- you want a maintained sharding or membership solution with community support

## Facets
- artifact type: library
- maturity: abandoned
- function: middleware, routing, concurrency
- domain: microservices, backend, developer-tools
- platform: -
- tags: consistent-hashing, sharding, membership-protocol, swim, tchannel, distributed-coordination, nodejs

## Member repositories
- uber-node/ringpop-node (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:55.313275+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-30T06:23:46.170086+00:00, confidence not recorded.
  - readme: https://github.com/uber-node/ringpop-node (fetched 2026-08-28T04:03:55.313275+00:00, sha 9735e69139a1)
- Data as of 2026-08-30T08:39:29.467469+00:00.
