Skip to content

Server SFU

Requirements

Before getting started, ensure you have the following software installed:

Quick run

  • Clone repository
Terminal window
git clone https://github.com/waterbustech/waterbus-server-ws.git
cd waterbus-server-ws/
  • Create .env file
Terminal window
cp env-example .env
  • Install dependencies
Terminal window
yarn
  • Start server
Terminal window
yarn start
Built with 💙 by the Waterbus team.