Skip to content

chintanbawa/webrtc-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebRTC Demo App

This is a full-stack web application built using the (Express.js, React.js, Node.js, WebSocket and WebRTC). In this app, you can do 1-1 video call with your buddy.

Features

  • Create meeting link
  • Copy meeting link and share with your buddy
  • Open meeting link in your favorite browser to start meeting
  • Join the meeting
  • Mute/unMute audio, Enable/disable video, Hang up the meeting

Prerequisites

  • Node.js installed on your machine
  • npm or yarn package manager

Getting Started

  1. Clone the repository:

    git clone https://github.com/chintanbawa/webrtc-demo.git
  2. Navigate to the project directory:

    cd webrtc-demo
  3. Install backend dependencies:

    cd backend
    yarn
  4. Install frontend dependencies:

    cd frontend
    yarn
  5. Install root project dependencies:

    cd ..
    yarn
  6. Start the server:

    yarn dev
  7. The application will be accessible at http://localhost:3000 by default.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages