A simple video chat function app developed by React. Chheck demo app at here.
- Video call to your friend without registering.
- Simply send your friend your auto-generated unique ID to make the call.
- Everytime you open a new tab, the server gives you a totally different unique ID.
# Running server
cd server && yarn watch
# Running webpack-dev-server
cd client && yarn watch
Deployment
Frontend
- React
- Webrtc
- SCSS
- Tools: webpack2
Backend
- NodeJS
- Express
- Socket.IO