Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ethand91/mediasoup-sample-server
Mediasoup sample server application
https://github.com/ethand91/mediasoup-sample-server
javascript mediasoup nodejs webrtc
Last synced: 11 days ago
JSON representation
Mediasoup sample server application
- Host: GitHub
- URL: https://github.com/ethand91/mediasoup-sample-server
- Owner: ethand91
- Created: 2019-11-14T12:15:29.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-15T02:41:25.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T17:14:24.123Z (9 months ago)
- Topics: javascript, mediasoup, nodejs, webrtc
- Language: JavaScript
- Homepage:
- Size: 731 KB
- Stars: 26
- Watchers: 1
- Forks: 8
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mediasoup-sample-server
Mediasoup sample server application# Introduction
Another sample application using mediasoup, mostly used to test mediasoup sample android application,
and hopefully iOS!# Installation
```bash
# Clone the project
git clone https://github.com/ethand91/mediasoup-sample-server.git# Install the modules
npm i
```# How to use
```bash
# Start the server
node src/server.js# Start the public directory dev server
npm run public-dev# Run unit tests
npm test
```