mirror of
https://gitlab.com/comunic/nodejs-webrtcsignalexchangerserver
synced 2024-11-22 13:29:26 +00:00
24 lines
524 B
Markdown
24 lines
524 B
Markdown
# 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 |