Adds experimental-base helpers, richer gossip modules across all 16 experimental primitives, and bumps versions to 0.3.2. Co-authored-by: Cursor <[email protected]>
hyper-p2p-memetic-spread
Production module: Meme spread tracker.
Protocol: memetic-spread/v1
When to use
Idea spread models.
When not to use
Real analytics.
Quick start
const { HyperP2PMemeticSpread } = require('hyper-p2p-memetic-spread')
const m = new HyperP2PMemeticSpread()
await m.ready()
await m.close()
Docs
Test
npm install && npm test