- Node.js server
- Desktop client
- Android client
You can also check this iOS client from Digix Technology:
The signaling part is done with socket.io. The client is built with angularjs.
It requires node.js
- git clone https://github.com/pchab/ProjectRTC.git
- cd ProjectRTC/
- npm install
- npm start
The server will run on port 3000. You can test it in the (Chrome or Firefox) browser at localhost:3000.