Basic Backend Node

Basic server application built for Node.js with Express. It internally uses livekit-server-sdk-js.

For further information, check the tutorial documentation.

Prerequisites

Run

  1. Download repository
git clone https://github.com/OpenVidu/openvidu-livekit-tutorials.git
cd openvidu-livekit-tutorials/basic/backend/node
  1. Install dependencies
npm install
  1. Run the application
npm start