Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.04 KB

README.md

File metadata and controls

41 lines (30 loc) · 1.04 KB

This repository contains the code for a Video calling application made with React.js, Express, webRTC API and socket.IO

Demo app hosted here:

Main technologies used:

  • React.js
  • Express
  • WebRTC API
  • Socket.IO
  • Lodash
  • WebPack
  • CSS3
  • Babel

How it works:

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.

Development:

Clone this repository:

git clone https://github.com/THEmmanuel/React-Video-Call-02

Install dependencies:

yarn install

Start server:

yarn watch:server Runs at port 5000

Start development server

yarn watch:client Runs at port 9000

Attribution:

This was a huge learning experiece for me and this project was inspired by Minh Son Nguyen's project. @nguymin4

https://github.com/nguymin4/react-videocall