2024-05-13 21:43:30 +02:00
..
2024-05-07 18:30:17 +02:00
2024-05-07 18:30:17 +02:00
2024-05-08 13:40:58 +02:00
2024-05-08 13:40:58 +02:00
2024-05-07 18:30:17 +02:00

Basic 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/application-server/node
  1. Install dependencies
npm install
  1. Run the application
npm start