- Node.js server
The signaling part is done with socket.io. The client is built with angularjs.
It requires node.js
- git clone https://github.com/kosmich87/VKCallingRTC
- cd VKCallingRTC/
- npm install
- npm start
The server will run on port 3000. You can test it in the (Chrome or Firefox) browser at localhost:3000.
- [Konstantin Kurtukov]