- Login Form
- Signup Form
- Form validation (Fronted)
- Link sharing.
- Raise Hands
- Share screen.
- Responsiveness
- Create Socket io server
- Handle Socket Connections
- Handle Socket disconnections
- Capture peer stream
- Accept calls
- Connect peers
- Send stream
- Exchange streams
npm install peerjs -g
peerjs --port 3001
cd client
npm install
npm start # Runs on port 4000
cd server
npm install
node api.js # Runs on port 3000