An open API service indexing awesome lists of open source software.

https://github.com/varunon9/webrtc

Audio video plus text chat using webRTC and socket.io
https://github.com/varunon9/webrtc

chat-application javascript socket-io video-chat webrtc

Last synced: over 1 year ago
JSON representation

Audio video plus text chat using webRTC and socket.io

Awesome Lists containing this project

README

          

WebRTC (Web Real-Time Communication)
=========

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.

Running this project
---------

1. Execute 'npm install' to install dependencies on your machine
2. Execute 'node index.js' or `nodemon` to start server
3. Visit 'localhost:3500' in web browser to connect.

That's all. From there you can continue further.

#### Feedback/Query?

contact: varunon9@gmail.com