Skip to content

Payel647/VideoCallClone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Simple Video Call App

A basic real-time video calling application built using Node.js, Express, Socket.io, and WebRTC.
This project focuses on functionality over UI — it demonstrates how peer-to-peer video communication works using WebRTC.


Features

  • One-to-one video calling
  • Real-time communication with WebRTC
  • Socket.io signaling server
  • Simple and minimal frontend (no design focus)

🛠️ Tech Stack

  • Backend: Node.js, Express, Socket.io
  • Frontend: HTML, CSS, JavaScript
  • Real-time Media: WebRTC

⚙️ Installation & Setup

  1. Clone this repository

    git clone https://github.com/Payel647/VideoCallClone.git
  2. Install dependencies

    npm install
  3. Start the server

    node index.js
  4. Open two tabs or two different browsers and start a call between them.


Future Improvements

  • Add user authentication
  • Add chat during call
  • Better UI with React or Tailwind

Author

Payel Simple Video Call App — built for learning and experimenting with WebRTC.

Releases

No releases published

Packages

No packages published