GitHub Readme.md
#WebRTC Signal Server
A simple signaling server for clients to connect and do signaling for WebRTC.
#URL http://webrtc-signal-server.herokuapp.com:80
##Deploying You can run it locally by using
$ npm start
You may also want to run this on Heroku
##Note
This has been configured to over HTTP. If you'd like to do the same over HTTPS, you may want to modify dev_config.json
file
Forked from andyet/signalmaster