A websocket-based signalling server to manage and coordinate Broadcasts and Participants between the Switcher and Performer clients, and request back-end services to support a Broadcast.
Table of Contents
Naming
Configuration
To run locally, with out without other components of the system, copy config/example.local.json
to config/local.json
, and customize its values as needed.
TURN Configuration
To enable turn server support, customize the example config in example.local.json
Running
Running the server requires:
-
Install node.js, v14.16.0
-
yarn install
-
run the server using "yarn start"
-
In the console you will see a message which tells you where the server is running:
"[Application] is listening on port 8008 in development mode"