Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/saketkothari/video-call-webapp
- Owner: SaketKothari
- Created: 2021-07-25T19:01:21.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-21T12:19:44.000Z (over 1 year ago)
- Last Synced: 2024-11-26T13:27:57.666Z (3 months ago)
- Topics: copy-to-clipboard, material-ui, nodejs, peer-to-peer, reactjs, socket-io, webrtc
- Language: JavaScript
- Homepage: https://video-chat-webapp.vercel.app/
- Size: 649 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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#