/video-chat-using-webRTC

video chat application using webRTC ,express , node js

Primary LanguageTypeScript

WebRTC Video Calling Application

This is a WebRTC-based video calling application built using TypeScript, Node.js, and Express.

Installation

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

Navigate to the project directory:

cd video-chat-using-webrtc

Install dependencies:

npm i

Build the TypeScript code:

Build the TypeScript code:

Start the server:

npm run start