This project is combination of webRTC and socket.io. Users can have video plus text chat. For establishing a peer connection between two users, one user will have to share his/her id to other via some other means. Then the other user can use this id and establish connection.
- Execute 'npm install' to install dependencies on your machine
- Execute 'node index.js' or
nodemon
to start server - Visit 'localhost:3500' in web browser to connect.
That's all. From there you can continue further.
contact: [email protected]