This website is built using Javascript. This website enables us to do video calling and chatting. It is built using NodeJs, ExpressJs, PeerJs and Socket.io.
This URL has the application deployed in Heroku
Install Node JS Refer to https://nodejs.org/en/ to install Nodejs
1. ejs
2. express
3. peer
4. socket.io
5. uuid
Clone the project into local
Install all the npm packages. Go into the project folder and type the following command to install all npm packages
npm install
In order to run the application Type the following command
nodemon server.js
The Application Runs on localhost:3030
Pull Requests are welcome. Please follow these rules for the ease of understanding:
- Make sure to check for available issues before raising one
- Give me a maximum of 24-48 hours to respond
- Have proper documentation on the parts you are changing/adding