/node-apprtc

Nodejs based AppRTC server

Primary LanguageJavaScriptMIT LicenseMIT

node-apprtc

Nodejs based AppRTC server

About

node-apprtc is a port of AppRTC from the Google WebRTC Demo to run entirely in the nodejs environment

Demo

See the demo here

Setup

$ git clone https://github.com/MidEndProject/node-apprtc
$ cd node-apprtc
$ npm install

Run node-apprtc

$ node index.js

Open your browser and navigate to http://localhost:4567

##To Do

  • Implementing memcached or redis options
  • Adding built-in websocket server

License

MIT