gritzko/swarm
JavaScript replicated model (M of MVC) library observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4879
- days_rel: n/a
- days_push: 673
- n_releases_24m: 0
Adoption not part of the score
2666 stars · 99 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Swarm.js is a JavaScript replicated model (M of MVC) library implementing real-time data sync based on CRDTs and Replicated Object Notation (RON). It provides offline-capable, conflict-free data replication for web and mobile apps, like 'git for data' with real-time merging.
Use cases
- sync data between client and server in real time
- build collaborative editing features
- make my app work offline and re-sync on reconnect
- replicate an object model across devices without merge conflicts
- self-hosted alternative to Firebase realtime sync
- cache data locally in a web or React Native app
When to choose
- you need offline-first, conflict-free data sync in JavaScript
- you want real-time collaboration with automatic merging
- you prefer self-hosting over Firebase-style BaaS
When to avoid
- you need an actively developed JavaScript implementation - the README marks this code as historical, pointing to RDX C/Go successors
- you need a production-proven general-purpose database
- you are unwilling to work with CRDT concepts and RON internals
Facets
library · maturity maintenance
database state-management websocket serialization microservices web-development databases browser cross-platform crdt offline-first data-sync replicated-data real-time-collaboration ron real-time javascript nodejs
4 sources
- readme: https://github.com/gritzko/swarm · fetched 2026-08-28 · d956fd83a8fb
- homepage: http://swarmdb.net/ · fetched 2026-08-29 · 65d8c170c85f
- site_page: https://swarmdb.net/about-us · fetched 2026-08-29 · d55bb766761c
- registry_npm: https://registry.npmjs.org/swarm · fetched 2026-08-29 · 8e76f22e0c2b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| gritzko/swarm | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem