Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 422 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 422 Bytes

This is an webRTC application in Backbone + Require

All the webrtc related functions are given in services/WebRTCService

This project is structured so that people will be able to understand the code easily

To run this application, do the following in cmd

npm install

node server.js

Open the browser and go to https://localhost:3800

https is important since some features work only in secure mode.