hyper-p2p-void-channel
Production module: Void channels.
Protocol: void-channel/v1
When to use
Absence signaling.
When not to use
Regular pub/sub.
Quick start
const { HyperP2PVoidChannel } = require('hyper-p2p-void-channel')
const m = new HyperP2PVoidChannel()
await m.ready()
await m.close()
Docs
Test
npm install && npm test