Google Meet / Zoom / Discord clone
A web application for video meeting + realtime text chat. Developed with Node.js, Express, Peer.js and Socket.io.
- Join and leave room
- Group video meeting
- Group text chat
- Unique username checking
- 'User is typing...'
- Limit number of users per room
npm install
npm run dev
npm i -g peer
peerjs --port 3001
Go to localhost:3000