https://github.com/Hyunse/video-group-meeting
WebRTC video chat for multi users using React and Node Express.
https://github.com/Hyunse/video-group-meeting
group-chat react screen-sharing simple-peer socket socket-io webrtc webrtc-video
Last synced: 5 months ago
JSON representation
WebRTC video chat for multi users using React and Node Express.
- Host: GitHub
- URL: https://github.com/Hyunse/video-group-meeting
- Owner: Hyunse
- License: mit
- Created: 2020-08-11T19:24:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-04T17:45:36.000Z (over 3 years ago)
- Last Synced: 2024-08-03T17:13:06.009Z (9 months ago)
- Topics: group-chat, react, screen-sharing, simple-peer, socket, socket-io, webrtc, webrtc-video
- Language: JavaScript
- Homepage: https://video-group-meeting.herokuapp.com/
- Size: 489 KB
- Stars: 82
- Watchers: 3
- Forks: 40
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-webrtc - video-group-meeting - WebRTC video chat for multi users using React and Node Express. (Samples)
README
# Video-Group-Meeting
Videe-Group-Meeting is a simple video chat application for multi-users based on React, Node Express and WebRTC.
This project is **deployed** at: https://video-group-meeting.herokuapp.com/
**Technologies Used**
- React
- Node + Express
- WebRTC
- Socket.io
- [Syled-components](https://styled-components.com/)
- [Simple-peer](https://github.com/feross/simple-peer)**Contributors:** [Hyunse Kim](https://github.com/Hyunse)
---
## Features
- Join a room
- Video Streaming
- Text chat
- Mute Video/Audio
- Screen Sharing## Installation
### Clone
- Clone this repo to your local machine using `https://github.com/Hyunse/video-group-meeting.git`### Setup
**Client**
> Move to client folder, update and install this package
/* Install */
npm install
/* Run */
npm start
**Server**
> Move to server folder, update and install this package
/* Install */
npm install
/* Run */
npm run dev
## Todo 🔨🔨🔨
- [x] Switch Camera options
## License
[MIT License](./LICENSE)