Skip to content

A simple video chat application for multi-users based on React, Node Express, and WebRTC.

Notifications You must be signed in to change notification settings

GaneshSrambikal/xyzmeet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XYZ Meet

A simple video chat application for multi-users based on React, Node Express and WebRTC.

This project is deployed at: https://xyzmeetvideochat.herokuapp.com/

Technologies Used

Contributors: Ganesh Srambikal


Features

  • Join a room
  • Video Streaming
  • Text chat
  • Mute Video/Audio
  • Screen Sharing
  • Record Screen

Installation

Clone

  • Clone this repo to your local machine using https://github.com/GaneshSrambikal/xyzmeet.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