Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 671 Bytes

Readme.md

File metadata and controls

25 lines (15 loc) · 671 Bytes

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>