This repository contains the code for a Video calling application made with React.js, Express, webRTC API and socket.IO
Demo app hosted here:
- React.js
- Express
- WebRTC API
- Socket.IO
- Lodash
- WebPack
- CSS3
- Babel
You don't need to create an account, you get a unique 12 digit token anytime you start the app. Everytime you reload the page or open a new tab, a new token gets generated. Send your token to your friend to make video and/or voice calls.
git clone https://github.com/THEmmanuel/React-Video-Call-02
yarn install
yarn watch:server
Runs at port 5000
yarn watch:client
Runs at port 9000
This was a huge learning experiece for me and this project was inspired by Minh Son Nguyen's project. @nguymin4