Node JS Zoom Clone

Credit to Web Dev Simplified

About The Project

This project create based on nodejs Application Based On Zoom Application.Below the UI design of Zoom Application.

Check website using this URL:

https://stream-app-5t2y.onrender.com/

product-screenshot

Built With

Here this project developement using Node js Framework, routes called by using express and Peerjs.

  • Node.js
  • Express
  • PeerJS

(back to top)

Getting Started

Prerequisites

You need to install NPM into your window, Ubuntu or macOS.

Installation

This is the step you have to follow.

  1. Get a free API Key at https://github.com/Yesh-adithya31/StreamApp.git

  2. Clone the repo

    git clone https://github.com/Yesh-adithya31/StreamApp.git
  3. Install npm packages

    npm install
  4. Run cloned project by using npm start

    npm start

    OR

    node server.js

(back to top)