Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ankitchoudhary-vcf/video-chat-app


https://github.com/ankitchoudhary-vcf/video-chat-app

peer-to-peer react-hooks reactjs socket-io

Last synced: 11 days ago
JSON representation

Awesome Lists containing this project

README

        

# Welcome to Video Calling application!!

***

Check out the [Video Calling application](https://ankit1509.github.io/Video-Chat-app)

![Video Calling application](https://user-images.githubusercontent.com/60814508/135123959-9dc965a3-d46d-462a-bc72-39363d80dd1d.png)

***
***
## Introduction
***

This is a Video Calling application build with React JS.

It uses the peer-to-peer connection and Socket programming.

***
***

## Running the project
***

1. Clone the GitHub repository.

```bash
git clone https://github.com/ankit1509/Video-Chat-app
```

2. Install the project.

```bash
cd Video-Chat-app
npm install
```

3. Start the project.

```bash
npm start
```

A web browser should automatically open [http://localhost:3000](http://localhost:3000).

***
***

## -By Dev [Ankit Choudhary](https://github.com/ankit1509)