RTCMultiConnection is a WebRTC JavaScript wrapper library runs top over RTCPeerConnection API to support all possible peer-to-peer features.
npm install rtcmulticonnection
sh
mkdir demo && cd demo
install from NPM
npm install rtcmulticonnection
or clone from github
git clone https://github.com/muaz-khan/RTCMultiConnection.git ./
install all required packages
you can optionally include --save-dev
npm install
node server --port=9001
`
Integrate Inside Any Nodejs Application
* https://github.com/muaz-khan/RTCMultiConnection-Server/wiki/Integrate-inside-nodejs-applications
Config.json Explained
* https://github.com/muaz-khan/RTCMultiConnection-Server/wiki/config.json
How to Enable HTTPs?
* https://github.com/muaz-khan/RTCMultiConnection-Server/wiki/How-to-Enable-HTTPs
Want to Contribute?
RTCMultiConnection is using Grunt to compile javascript into dist` directory: