2.6.0-alpha.4 • Published 1 year ago

floor-manager v2.6.0-alpha.4

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
1 year ago

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

  1. Naming
  2. Configuration
  3. Running
  4. Docker

Naming

"Floor Manager"?

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:

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"