peerpigeon
Version:
WebRTC-based peer-to-peer mesh networking library with intelligent routing and signaling server
18 lines (17 loc) • 440 B
JSON
{
"name": "peerpigeon-node-examples",
"version": "1.0.0",
"description": "Node.js examples for PeerPigeon distributed mesh networking",
"type": "module",
"scripts": {
"storage-test": "node storage-test.js",
"basic-example": "node basic-storage-example.js",
"test": "node storage-test.js"
},
"dependencies": {},
"engines": {
"node": ">=16.0.0"
},
"author": "PeerPigeon Contributors",
"license": "MIT"
}