Files
modules/experimental-wave5/hyper-p2p-paradox-merge
2026-05-20 22:56:32 -04:00
..
2026-05-20 22:56:32 -04:00
2026-05-20 22:56:32 -04:00
2026-05-20 22:56:32 -04:00
2026-05-20 21:19:52 -04:00
2026-05-20 22:56:32 -04:00
2026-05-20 21:57:50 -04:00
2026-05-20 21:57:50 -04:00
2026-05-20 22:56:32 -04:00

hyper-p2p-paradox-merge

Production module: Paradox merge.

Protocol: paradox-merge/v1

When to use

Branch conflicts.

When not to use

Formal CRDTs.

Quick start

const { HyperP2PParadoxMerge } = require('hyper-p2p-paradox-merge')
const m = new HyperP2PParadoxMerge()
await m.ready()
await m.close()

Docs

Test

npm install && npm test