Skip to content

MidEndProject/node-apprtc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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