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
- Host: GitHub
- URL: https://github.com/varunon9/webrtc
- Owner: varunon9
- License: mit
- Created: 2016-02-23T16:55:17.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-04-01T13:54:55.000Z (about 8 years ago)
- Last Synced: 2025-02-28T07:36:37.874Z (over 1 year ago)
- Topics: chat-application, javascript, socket-io, video-chat, webrtc
- Language: JavaScript
- Size: 875 KB
- Stars: 6
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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