Files
modules/experimental-wave5/hyper-p2p-void-channel
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-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