This is a sample Video Chat App.
Live Demo here.
First clone this repository.
$ git clone https://github.com/HP181/Video_Chat_App.gitInstall dependencies. Make sure you already have nodejs & npm installed in your system.
$ cd hpchat
$ npm install
$ npm start $ cd backend
$ npm install
$ node index