Skip to content

With WebRTC, you can add real-time communication capabilities to your application that works on top of an open standard. It supports video, voice, and generic data to be sent between peers, allowing developers to build powerful voice- and video-communication solutions.

Notifications You must be signed in to change notification settings

HarshMN2345/WebRTC-implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

WebRTC Implementation using React, Express, and Socket.IO

This project demonstrates the implementation of WebRTC (Web Real-Time Communication) using React for the client-side, Express for the backend, and Socket.IO for real-time communication.

Features

  • Real-time video/audio communication between peers.
  • User authentication (not added yet).
  • Room creation and joining.

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Node.js installed on your local machine.
  • Basic understanding of React, Express, and Socket.IO.

Installation

Server Installation

  1. Clone the repository:
git clone <repository-url>

About

With WebRTC, you can add real-time communication capabilities to your application that works on top of an open standard. It supports video, voice, and generic data to be sent between peers, allowing developers to build powerful voice- and video-communication solutions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published