# dominictarr/scuttlebutt

peer-to-peer replicatable data structure

Repository: https://github.com/dominictarr/scuttlebutt
Canonical: https://ross.abutalabs.com/products/scuttlebutt
Language: JavaScript
License: NOASSERTION
License Family: other
Last push: 2017-04-12T23:43:06+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 5152, "days_push": 3430, "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 1317, forks 66 (observed 2026-08-28T04:04:21.013752+00:00)

## What it is
A JavaScript base class for building peer-to-peer replicatable data structures using the scuttlebutt gossip protocol. It provides real-time, eventually-consistent replication of state between nodes via duplex streams.

## Use cases
- sync application state between server and clients in real time
- build peer-to-peer replicated data models
- implement collaborative editing features
- gossip-replicate key-value data across nodes
- create eventually consistent distributed data structures

## When to choose
- you need real-time replication of small data models over streams in Node.js
- you want a base class to build CRDT-like replicated data structures
- you are building offline-first or peer-to-peer sync features

## When to avoid
- you need a maintained library with active support
- you need secure or cryptographically verified replication (use Secure Scuttlebutt instead)
- you need large-scale distributed consensus or a production database

## Facets
- artifact type: library
- maturity: maintenance
- function: serialization, concurrency, developer-tools
- domain: microservices, developer-tools
- platform: cross-platform
- tags: gossip-protocol, crdt, peer-to-peer, replication, data-sync, real-time, nodejs, javascript

## Member repositories
- dominictarr/scuttlebutt (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:21.013752+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-30T04:48:12.394356+00:00, confidence not recorded.
  - readme: https://github.com/dominictarr/scuttlebutt (fetched 2026-08-28T04:04:21.013752+00:00, sha a2423172f004)
  - registry_npm: https://registry.npmjs.org/scuttlebutt (fetched 2026-08-29T12:06:54.105035+00:00, sha 44bf6bcd3c15)
- Data as of 2026-08-30T08:39:29.467469+00:00.
