nodejs-webrtcsignalexchange.../README.MD

24 lines
524 B
Plaintext
Raw Normal View History

# NodeSignalExchanger
A lightweight node application that allows to exchange signals connection through websockets.
# Requirements
```sh
sudo apt install nodejs node-express node-wc
```
# Using for signaling
## Installation
* Install docker
* Install coturn: `sudo apt install coturn`
* Add a client to coturn: `sudo turnadmin -a -u anonymous -r anonymous.com -p anonymous`
## Running TURN server
```sh
sudo turnserver -o -a -f -r anonymous.com # Use -L option to specify an IP address
```
# Author
Pierre HUBERT 2019