Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/saketkothari/video-call-webapp

A video chat application developed with React.js, WebRTC, and Socket.io.
https://github.com/saketkothari/video-call-webapp

copy-to-clipboard material-ui nodejs peer-to-peer reactjs socket-io webrtc

Last synced: 16 days ago
JSON representation

A video chat application developed with React.js, WebRTC, and Socket.io.

Awesome Lists containing this project

README

        

# video-chat-app
### [Live Site](https://video-chat-webapp.vercel.app/)

#

As you know, most of the social and work life moved online, that sparked an evolution in video sharing services like Zoom, Google Meet, and many others.
Build an app that allows you to video chat with your friends and colleagues just as well as Zoom does.


* Peer to peer video chat using WebRTC and Socket.io
* Instantly join a video call with a code
* Video Call with others

#

#### Tech Stack 💻
- React.js
- Web RTC
- Socket.io
- Node.js
- Netlify + Render (Hosting)

#

#### Setup
- run ```npm i && npm start``` for both client and server side to start the development server

#