Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 434 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 434 Bytes

bandwidth-server

Tool to test the bandwidth capabilities of a network. Server/orchestration component.

How do I run it?

Installation script coming soon. For now:

$ nvm use 16
$ npm ci
$ npm run build

Create a .env file with a MongoDB URI:

MONGO_URI=mongodb://localhost:27017/myDatabase

and run the server:

$ npm run backend

Now install the client!