hyper-pear-update-gossip
Production module: Update gossip.
Protocol: pear-update-gossip/v1
When to use
App update announcements.
When not to use
Central store only.
Quick start
const { HyperPearUpdateGossip } = require('hyper-pear-update-gossip')
const m = new HyperPearUpdateGossip()
await m.ready()
await m.close()
Docs
Test
npm install && npm test