hyper-p2p-blind-pair-handoff
Production module: Blind pair handoff.
Protocol: blind-pair-handoff/v1
When to use
Peer session migration.
When not to use
Direct connect only.
Quick start
const { HyperP2PBlindPairHandoff } = require('hyper-p2p-blind-pair-handoff')
const m = new HyperP2PBlindPairHandoff()
await m.ready()
await m.close()
Docs
Test
npm install && npm test