Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 587 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 587 Bytes

WebRTC Demo

https://opentokrtc.com

File Overview

  • Procfile is required to run the nodejs app on Heroku
  • package.json contains all npm modules to run the app
  • app.js contains all server side code
  • views folder contains the html template for the app
  • public/css folder contains all the css for the app.
    Look for files with .scss extensions. .css files are generated from sass.
  • public/js contains the front end code and interactions with OpenTok and FireBase SDK Look for files with .coffee extensions. .js files are generated from coffeescript.