Skip to content

This repo implement React, WebRTC and Websocket with react libraries like react router.

Notifications You must be signed in to change notification settings

ankitpokhrel08/VideoCallingApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Vite & Node.js Project

Overview

This project is a real-time video calling application built using Vite for the frontend and Node.js for the backend. Users can connect by entering an email and a room ID, and multiple users can join the same room to initiate a video call.

Prerequisites

Make sure you have the following installed:

  • Node.js (v14 or higher)
  • npm (comes with Node.js)
  • Vite (for the client-side)
  • Tailwind CSS (for styling)

Note: Tailwind CSS is not running correctly at the moment and requires help with initialization.

Project Structure

Setup Instructions

1. Clone the Repository

git clone https://github.com/your-username/your-repo.git
cd your-repo

cd client
npm install

cd ../server
npm install

Run the Client
To start the Vite development server, go to the client folder and run:
`npm run dev`

Run the Server
To start the Node.js server, go to the server folder and run:
`npm start`

About

This repo implement React, WebRTC and Websocket with react libraries like react router.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published