Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 946 Bytes

README.md

File metadata and controls

50 lines (32 loc) · 946 Bytes

Project Overview

A NodeJS based Zoom web app clone with features such as room creation, voice controls, video controls and chat room

Demo URL: https://murmuring-lake-56353.herokuapp.com

Demo



Project Setup

    Clone the Project


    Install Dependencies

    • cd NodeJS-Zoom-Clone
    • npm install

    Run the project

    • npm start

    Creating Rooms

    • Open http://localhost:8000 in your browser and it will automatically create a room for you by redirecting you to a different url
    • To invite other people to join copy the url and share
    • To create a new room hit http://localhost:8000 in your browser again

    Features

    • Mute/Unmute audio
    • Video on/off control
    • Chat to share text messages

Happy Coding ✌️