Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (7 months ago)
- Default Branch: main
- Last Pushed: 2024-08-17T06:04:16.000Z (5 months ago)
- Last Synced: 2024-11-02T14:42:12.621Z (3 months 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.