Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0x5eba/Video-Meeting
Google Meet / Zoom clone in a few lines of code
https://github.com/0x5eba/Video-Meeting
google-meet google-meet-clone meet meetings peer-to-peer screensharing videocall videochat webrtc webrtc-call webrtc-video zoom zoom-clone
Last synced: 3 months ago
JSON representation
Google Meet / Zoom clone in a few lines of code
- Host: GitHub
- URL: https://github.com/0x5eba/Video-Meeting
- Owner: 0x5eba
- Created: 2020-03-25T20:37:12.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-11-11T05:08:38.000Z (about 3 years ago)
- Last Synced: 2024-07-07T07:33:08.854Z (7 months ago)
- Topics: google-meet, google-meet-clone, meet, meetings, peer-to-peer, screensharing, videocall, videochat, webrtc, webrtc-call, webrtc-video, zoom, zoom-clone
- Language: JavaScript
- Homepage: https://video.sebastienbiollo.com
- Size: 3.9 MB
- Stars: 581
- Watchers: 27
- Forks: 291
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-webrtc - Video Meeting - Google Meet / Zoom clone in a few lines of code. (Samples)
README
# Video Meeting
Google Meet / Zoom clone in a few lines of code.
Video Meeting is a video conference website that lets you stay in touch with all your friends.
Developed with ReactJS, Node.js, SocketIO.
![Website](https://i.imgur.com/HhZD01o.jpg)
### Website
Try Video Meeting here [video.sebastienbiollo.com](https://video.sebastienbiollo.com)### Features
- Is 100% free and open-source
- No account needed
- Unlimited users
- Messaging chat and video streaming in real-time
- Screen sharing to present documents, slides, and more
- Everyting is peer-to-peer thanks to webrtc### Local setup
1. `yarn install`
2. `yarn dev`