Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 989 Bytes

README.md

File metadata and controls

43 lines (27 loc) · 989 Bytes

#nodejs-webrtc-video-stream

Simple working example of nodejs webrtc video streaming using EasyRTC open source library and heroku deployer.

##Features

  • WebRTC protocol
  • Open Source (LICENSE)
  • EasyRTC Dependency (github)
  • Ready to Deploy (Heroku)

##Live Demo

Demo

##Local Installation

git clone https://github.com/renanpupin/nodejs-webrtc-video-stream
npm install
node server.js

##Deploy Manually

Open project folder in your terminal and type the following:

heroku create
git push heroku master
heroku open

Alternatively, you can deploy your own copy of the app using this button:

Deploy to Heroku

##EasyRTC

Docs

License