Skip to content

micaelgallego/mediasoup-sample-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mediasoup Sample App in TypeScript

A minimal Client/Server app based on Mediasoup and Socket.io.

It is a fork of https://github.com/mkhahani/mediasoup-sample-app repository but converted to TypeScript in 08/20/19.

It has typings for Mediasoup inside the project. The objective is move them to official mediasoup repos when finished.

Dependencies

Run

The server app runs on any supported platform by Mediasoup. The client app runs on a single browser tab.

cd client
npm install
cd ..
cd server
npm install
npm start

About

Mediasoup v3 sample app in TypeScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 87.3%
  • HTML 12.7%