Nodejs based AppRTC server
node-apprtc is a port of AppRTC from the Google WebRTC Demo to run entirely in the nodejs environment
See the demo here
$ git clone https://github.com/MidEndProject/node-apprtc
$ cd node-apprtc
$ npm install
$ node index.js
Open your browser and navigate to http://localhost:4567
##To Do
- Implementing memcached or redis options
- Adding built-in websocket server
MIT