Skip to content
This repository has been archived by the owner on Aug 28, 2021. It is now read-only.

tkosminov/mediasoup-nestjs-example

Repository files navigation

NestJS

Description

Nest framework TypeScript starter repository.

Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.

Mediasoup-NestJS-Example

Dependencies

Installation

npm i

Running the app

development

npm run start:dev

beta

npm run build
npm run start:beta

prod

npm run build
npm run start:prod

Running the app not on the local machine

Update config.json:

  "listenIps": [
    {
      "ip": "192.168.2.239", // your ip
      "announcedIp": null
    }
  ],
  ...

Releases

No releases published

Packages

No packages published