All Projects → Hyunse → video-group-meeting

Hyunse / video-group-meeting

Licence: MIT license
WebRTC video chat for multi users using React and Node Express.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to video-group-meeting

video-chat
Simple Web Application that offer you to create video meeting room using WebRTC and Socket.
Stars: ✭ 32 (-20%)
Mutual labels:  socket, socket-io, webrtc-video
angular-chat
Angular v.9, Node.js, Nest.js v.6, Mongoose, Socket.io, Passport, Angular Universal SSR (in progress...)
Stars: ✭ 35 (-12.5%)
Mutual labels:  socket, socket-io
react-webrtc-chat
React WebRTC chat
Stars: ✭ 39 (-2.5%)
Mutual labels:  socket, socket-io
chattt-backend
🖥 Backend for chattt
Stars: ✭ 17 (-57.5%)
Mutual labels:  socket, socket-io
socketio
No description or website provided.
Stars: ✭ 23 (-42.5%)
Mutual labels:  socket, socket-io
RRQMSocket
TouchSocket是.Net(包括 C# 、VB.Net、F#)的一个整合性的、超轻量级的网络通信框架。包含了 tcp、udp、ssl、http、websocket、rpc、jsonrpc、webapi、xmlrpc等一系列的通信模块。一键式解决 TCP 黏分包问题,udp大数据包分片组合问题等。使用协议模板,可快速实现「固定包头」、「固定长度」、「区间字符」等一系列的数据报文解析。
Stars: ✭ 286 (+615%)
Mutual labels:  socket, socket-io
CleanArchitecture-SocketIO
CleanArchitecture with SocketIo 📡
Stars: ✭ 32 (-20%)
Mutual labels:  socket, socket-io
Chattt
❯❯❯ Chat without leaving your terminal
Stars: ✭ 239 (+497.5%)
Mutual labels:  socket, socket-io
express-boilerplate
ExpressJS boilerplate with Socket.IO, Mongoose for scalable projects.
Stars: ✭ 83 (+107.5%)
Mutual labels:  socket, socket-io
ExpressJS-SocketIO-Boilerplate
📦 Simple Express.js & Socket.io Boilerplate
Stars: ✭ 31 (-22.5%)
Mutual labels:  socket, socket-io
SocketIOUnity
A Wrapper for socket.io-client-csharp to work with Unity.
Stars: ✭ 69 (+72.5%)
Mutual labels:  socket, socket-io
redparty
Host Youtube watch party with friends. Sync videos and chat in real-time
Stars: ✭ 70 (+75%)
Mutual labels:  socket, socket-io
aioudp
Asyncio UDP server
Stars: ✭ 21 (-47.5%)
Mutual labels:  socket, socket-io
socket.io-client-core
High-Performance Socket.IO client in C#
Stars: ✭ 70 (+75%)
Mutual labels:  socket, socket-io
socket.io-react
A High-Order component to connect React and Socket.io easily
Stars: ✭ 67 (+67.5%)
Mutual labels:  socket, socket-io
vue3-chat
2021👨‍🎓Vue2/3全家桶 + Koa+Socket+Vant3前后端分离移动端聊天应用。vue+node全栈入门项目
Stars: ✭ 46 (+15%)
Mutual labels:  socket, socket-io
Web Socket
Laravel library for asynchronously serving WebSockets.
Stars: ✭ 225 (+462.5%)
Mutual labels:  socket, socket-io
Node Decorators
node-decorators
Stars: ✭ 230 (+475%)
Mutual labels:  socket, socket-io
Spreen
Now use any device with a web browser as a second screen for your laptop or PC. No cables. No internet. No software installation. Just Spreen, that's it.
Stars: ✭ 29 (-27.5%)
Mutual labels:  socket-io, screen-sharing
Socketify
Raw TCP and UDP Sockets API on Desktop Browsers
Stars: ✭ 67 (+67.5%)
Mutual labels:  socket, socket-io

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

Contributors: Hyunse Kim


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

  • Switch Camera options

License

MIT License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].