Skip to content

WebRTC-powered video calling application with Node.js, Express, and React.js for seamless real-time communication.

Notifications You must be signed in to change notification settings

Vigneshk5/VideoCallapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

VideoCall using WebRTC

Screenshot 2024-03-18 at 2 46 49 PM

This project is a simple video calling application built using WebRTC for real-time communication, Node.js and Express for the backend server, and React.js for the frontend interface.

Features

  • Real-time Video Calling: Utilizes WebRTC technology for establishing peer-to-peer connections and enabling real-time video calling between users.
  • Node.js and Express Backend: Provides a robust backend server built on Node.js and Express for handling signaling and communication between clients.
  • React.js Frontend: Offers a user-friendly frontend interface developed with React.js for seamless user interaction and experience.
  • Responsive Design: The application is designed to be responsive, ensuring compatibility across various devices and screen sizes.

Installation

Prerequisites

  • Node.js and npm installed on your machine.
  • Git installed (optional).

Steps

  1. Clone the repository:

    git clone https://github.com/vigneshk5/VideoCallapp.git

    Or download the zip file and extract it.

  2. Navigate to the project directory:

    cd VideoCallapp
  3. Install dependencies:

    npm install
  4. Start the development server:

    npm start
  5. Open your browser and visit http://localhost:3000 to access the application.

Acknowledgements

  • WebRTC: WebRTC is a free, open-source project that provides web browsers and mobile applications with real-time communication (RTC) via simple application programming interfaces (APIs).
  • Node.js: Node.js is an open-source, cross-platform JavaScript runtime environment that executes JavaScript code outside of a browser.
  • Express: Express is a minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications.
  • React.js: React.js is a JavaScript library for building user interfaces, developed by Facebook.
  • Socket.IO: Socket.IO enables real-time bidirectional event-based communication between web clients and servers.

About

WebRTC-powered video calling application with Node.js, Express, and React.js for seamless real-time communication.

https://pvcall.vercel.app (backend server is down)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published