Skip to content
Muaz Khan edited this page Aug 26, 2019 · 3 revisions

Welcome to the RTCMultiConnection-Server wiki!

It is very easy to install on any nodejs server on any hosting or operating system. (windows/mac/linux)

Online source code:

Install using GIT

npm install https://github.com/muaz-khan/RTCMultiConnection-Server.git ./
mkdir node_modules
npm install
node server

It will run it on port 9001. You can change port or set SSL certificates using config.json file.

Install using NPM

npm install rtcmulticonnection-server
cd node_modules
cd rtcmulticonnection-server
mkdir node_modules
npm install
node server

Or download ZIP

Extract it. Go to directory and execute following commands:

mkdir node_modules
npm install
node server

Nginx/AWS/EC2

Express.js

Clone this wiki locally