https://github.com/raghuram07/video-chat
A single page react real-time video chat application. This application uses WebRTC for real-time communication between two users. It uses socket.io for signaling and peerjs for peer to peer connection. This application is built using React and Node.js
https://github.com/raghuram07/video-chat
react socket-io webrtc
Last synced: 5 months ago
JSON representation
A single page react real-time video chat application. This application uses WebRTC for real-time communication between two users. It uses socket.io for signaling and peerjs for peer to peer connection. This application is built using React and Node.js
- Host: GitHub
- URL: https://github.com/raghuram07/video-chat
- Owner: Raghuram07
- Created: 2024-07-03T23:47:16.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-17T06:04:16.000Z (almost 2 years ago)
- Last Synced: 2025-05-18T00:39:58.245Z (about 1 year ago)
- Topics: react, socket-io, webrtc
- Language: JavaScript
- Homepage: https://raghuram07.github.io/
- Size: 223 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A single page react real-time video chat application. This application uses WebRTC for real-time communication between two users.
It uses socket.io for signaling and peerjs for peer to peer connection.
This application is built using React and Node.js. This application backend is deployed on aws beanstalk and frontend on github pages.