2024-12-22 14:38:01 -06:00
..
2024-12-21 21:16:18 -06:00
2024-12-22 14:38:01 -06:00
2024-12-22 14:38:01 -06:00
2024-12-22 14:38:01 -06:00
2024-12-22 14:07:25 -06:00
2024-12-21 21:16:18 -06:00
2024-12-21 21:16:18 -06:00
2024-12-21 21:16:18 -06:00
2024-12-21 21:16:18 -06:00
2024-12-22 14:17:44 -06:00

To install

npm install

To build

npx tsc

To demonstrate the example application, you can open multiple terminals. In each terminal execute something like the following.

export REQUEST_BIND_PORT=4000
export PUBLISH_BIND_PORT=4001
export SEED_PEERS='127.0.0.1:4002, 127.0.0.1:4004'
node dist/example-app.js

export REQUEST_BIND_PORT=4002
export PUBLISH_BIND_PORT=4003
export SEED_PEERS='127.0.0.1:4000, 127.0.0.1:4004'
node dist/example-app.js

export REQUEST_BIND_PORT=4004
export PUBLISH_BIND_PORT=4005
export SEED_PEERS='127.0.0.1:4000, 127.0.0.1:4002'
node dist/example-app.js