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

https://github.com/mohammad-sahil/video-conferencing-app

Built a Video Conferencing App using NodeJS
https://github.com/mohammad-sahil/video-conferencing-app

ejs express heroku nodejs peer-to-peer peerjs socket-io uuid video webrtc

Last synced: 2 months ago
JSON representation

Built a Video Conferencing App using NodeJS

Awesome Lists containing this project

README

          

## A Video Conference web-app

* Hosting URL: *[video-conferencing-app](https://video-conferencing-appp.herokuapp.com/)*

### Steps
* Launch the application using hosting URL
* Copy the launched link and send to a buddy
* As soon as buddy launched URL, the call gets started.

### Technologies Used
* **Peer JS** (Peer to Peer Audio, Video transfer)
* **Node JS** (Backend)
* **Express Server**
* **UUID library** (to create unique room Id)
* **Socket.IO** (to create sockets for communication)
* **Heroku** (for Hosting)

### Goals Achieved
* Zoom Clone with following **functionalities**:
* Pause/Play video
* Pause/Play Audio
* Chat with current User(s)