Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 404 Bytes

README.md

File metadata and controls

23 lines (11 loc) · 404 Bytes

Tool Db server

An express server to join a swarm of tool-db instances, can optionally be used to host a webrtc static peer.

ToolDb Requires nodejs 15+

First install:

npm install

npm install nodemon -g

Then build:

npm run build

To start the server you can use the default command:

npm run start

You can edit the .env to change the swarm topic or use different ports.