Stage TEN Signalling Server for Switcher
npm install floor-managerA 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.
1. Naming
1. Configuration
1. Running
1. Docker
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.
To enable turn server support, customize the example config in example.local.json
1) Install node.js, v14.16.0
1) yarn install
1) run the server using "yarn start"
1) 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"