Skip to content

WeSee a simple starter video calling app using WebRTC and socket io and next js.

Notifications You must be signed in to change notification settings

deepthapliyal/WeSee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Video Calling Application using Node.js and React.js

This repository contains a straightforward video calling application built using Node.js and Next.js.

Getting Started

Prerequisites

Before you begin, make sure you have the following installed on your machine:

  1. Node.js: You can download the latest LTS version for your operating system from the Node.js Official Website.

  2. npm (Node Package Manager): npm is installed automatically along with Node.js. To verify its installation, run the following command in your terminal:

npm -v

Clone Repository

Clone this repository to your local machine using the following command:

git clone https://github.com/deepthapliyal/WeSee

Open the cloned folder in your preferred code editor.

Install Dependencies

To install the necessary dependencies for both the server and the frontend, run the following command in the terminal within the project directory:

npm install

Alternatively, you can use the shorthand command:

npm i

Run the Server

To start the server, run the following command in the terminal:

nodemon .

Alternatively, you can use:

nodemon index.js

Frontend Setup

Navigate to the Wesee folder to set up the frontend part of the application.

Install Dependencies

Inside the Wesee folder, install the required dependencies by running the following command:

npm install

Once again, you can use the shorthand:

npm i

Run Development Server

To run the development server for the frontend, use the following command:

npm run dev

Access the Application

With both the server and frontend running, you can access the application by opening localhost:3000 in two separate tabs on your web browser. This will enable video calling functionality between the tabs.

Enjoy seamless video calls using this simple application! If you encounter any issues or have questions, please refer to the repository's documentation or seek assistance from the community.

About

WeSee a simple starter video calling app using WebRTC and socket io and next js.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published