Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ankitchoudhary-vcf/video-chat-app
- Owner: ankitchoudhary-vcf
- Created: 2021-08-11T09:31:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-28T16:06:35.000Z (over 3 years ago)
- Last Synced: 2024-11-18T07:02:19.355Z (2 months ago)
- Topics: peer-to-peer, react-hooks, reactjs, socket-io
- Language: JavaScript
- Homepage: https://ankitchoudhary-vcf.github.io/Video-Chat-app/
- Size: 2.05 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)