An open API service indexing awesome lists of open source software.

https://github.com/sayannath/video-conferencing-website

Video Conferencing Website using Nodejs, ExpressJs, PeerJs, Socket.io
https://github.com/sayannath/video-conferencing-website

ejs express hacktoberfest javascript nodejs uuid videocalling

Last synced: about 1 year ago
JSON representation

Video Conferencing Website using Nodejs, ExpressJs, PeerJs, Socket.io

Awesome Lists containing this project

README

          

# Video Conferencing Website

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.

## Screenshots



## Live Application URL
#### https://tranquil-river-58769.herokuapp.com/
This URL has the application deployed in **Heroku**

## Prerequisites
Install Node JS
Refer to https://nodejs.org/en/ to install Nodejs

## Packages Used
```
1. ejs
2. express
3. peer
4. socket.io
5. uuid
```

## Cloning and Running the Application in local
**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 Request

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

## Developed & Maintained by

[👨 Sayan Nath](https://sayan-nath.web.app/)

[📷 Insta](https://www.instagram.com/sayannath235/)

[🐤 Twitter](https://twitter.com/SayanNa20204009)

[🧳 LinkedIn](https://www.linkedin.com/in/sayan-nath-15a989182/)

[![ForTheBadge built-with-love](http://ForTheBadge.com/images/badges/built-with-love.svg)](https://github.com/sayannath)