swarm-keydb

Node.js connector quick reference

Install:

cd swarm-keydb-node
npm install

Run tests:

npm test

Core API:

Example app:

cd examples/node-express
npm install
npm start