/evac-meet

Google Meet Clone

Primary LanguageJavaScript

EVAC Video Meeting

EVAC Video Meeting is a video conference website that lets you stay in touch with all your friends.

Developed with ReactJS, Node.js, SocketIO.

Features

  • 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

Development:

  1. yarn install
  2. yarn dev

Production:

  1. yarn install
  2. yarn build