EVAC Video Meeting is a video conference website that lets you stay in touch with all your friends.
Developed with ReactJS, Node.js, SocketIO.
- 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
Development:
yarn install
yarn dev
Production:
yarn install
yarn build