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: 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

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.