sakshamsingh.in

Project Detail

video-call-P2P

No description available.

JavaScriptHTMLCSS
View on GitHub

Architecture

This repository is reviewed through a modular architecture lens: clear boundaries between UI, domain logic, and external integrations, with emphasis on maintainability and scaling paths.

README

Video Call Peer-to-Peer

after cloning commands to execute this project

  1. npm install to install dependencies
  2. npm start to start project

and then open localhost:8080 on browser.

System Diagram

Replace this reference diagram with project-specific architecture assets when available.

ClientAPI LayerData Store

Source: wayiam/video-call-P2P