Install:
cd swarm-keydb-node
npm install
Run tests:
npm test
Core API:
SwarmKeyDbService (pooling + retries)service.scan(prefix?, batchSize?) async iteratorcreateExpressSwarmKeyDbMiddleware(service, options?)createExpressCacheMiddleware(service, options?)createFastifySwarmKeyDbPlugin(service, options?)Example app:
cd examples/node-express
npm install
npm start