项目作者: TimurRK

项目描述 :
NestJS Mediasoup Example
高级语言: TypeScript
项目地址: git://github.com/TimurRK/mediasoup-nestjs-example.git
创建时间: 2019-08-06T06:02:53Z
项目社区:https://github.com/TimurRK/mediasoup-nestjs-example

开源协议:

下载


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

  1. npm i

Running the app

development

  1. npm run start:dev

beta

  1. npm run build
  2. npm run start:beta

prod

  1. npm run build
  2. npm run start:prod

Running the app not on the local machine

Update config.json:

  1. "listenIps": [
  2. {
  3. "ip": "192.168.2.239", // your ip
  4. "announcedIp": null
  5. }
  6. ],
  7. ...