beamdb 0.17.0

BEAM — distributed graph database syncing over WebSocket, WebRTC, and multicast. Successor to rod.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "beam-wire-mirror",
  "version": "1.0.0",
  "description": "Layer 2: Node.js mirror tests for BEAM Gun.js wire compatibility",
  "private": true,
  "type": "module",
  "scripts": {
    "test": "node mirror_test.js"
  },
  "devDependencies": {
    "gun": "^0.2020.1230"
  }
}