Webrtc server - forked from https://github.com/pchab/ProjectRTC
- Node.js server
- Android client
The signaling part is done with socket.io. The client is an Android project.
It requires node.js It also requires mongodb in order to save data such as user login/register information (https://www.mongodb.org/downloads)
- You need to start the mongo db first.
- git clone [email protected]:DangLienMinh/webrtc_server.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.