https://github.com/streamr-dev/extracted-webrtc
extracted version of Streamr network's webrtc implementation
https://github.com/streamr-dev/extracted-webrtc
Last synced: about 2 months ago
JSON representation
extracted version of Streamr network's webrtc implementation
- Host: GitHub
- URL: https://github.com/streamr-dev/extracted-webrtc
- Owner: streamr-dev
- Created: 2020-07-01T11:41:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-27T01:00:21.000Z (almost 4 years ago)
- Last Synced: 2025-03-16T03:45:44.466Z (12 months ago)
- Language: JavaScript
- Size: 36.6 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## How to install
```
npm ci
```
## How to run
Start signaller
```sh
node signaller.js
```
Start each node (varying the node-id argument)
```
node node.js --node-id 1
```
```
node node.js --node-id 2
```
```
node node.js --node-id 3
```
## Run signaller + n amount of nodes
It is possible to run a signaller and n amount of nodes using the run.js script
```
node run.js --nodes 50
```
All of the nodes will be running via a single run time with centralised logging.