Skip to content

Basic implementation of webRTC peer to peer video calling using web sockets and RTC API

Notifications You must be signed in to change notification settings

aryanxcodex/Basic-WebRTC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebRTC Application using WebSockets

This is a basic WebRTC application that allows video communication between peers using WebSockets for signaling and WebRTC for the peer-to-peer connection.

Prerequisites

  • WebRTC supported browsers (such as Chrome, Firefox, or Safari)
  • Node.js and npm (Node Package Manager) installed

Installation

  1. Clone the repository:
  2. install the dependencies using npm install

About

Basic implementation of webRTC peer to peer video calling using web sockets and RTC API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published