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

https://github.com/dipeshtwis/video_chat_app

With everyone being forced to work and socialize from home video chat has become incredibly important. Over the last few months, Zoom has been consistently criticized for its poor security and privacy, so I decided to make my own Zoom clone.
https://github.com/dipeshtwis/video_chat_app

javascript peerjs socket-io webrtc-video

Last synced: 7 months ago
JSON representation

With everyone being forced to work and socialize from home video chat has become incredibly important. Over the last few months, Zoom has been consistently criticized for its poor security and privacy, so I decided to make my own Zoom clone.

Awesome Lists containing this project

README

          

# Video_Chat_App

In this project I have created own video chat application which supports chat rooms, video chat, and much more.

[![View Code](https://img.shields.io/badge/View%20-Code-green)](https://github.com/Dipeshtwis/Video_Chat_App)
[![Github Issues](https://img.shields.io/badge/GitHub-Issues-orange)](https://github.com/Dipeshtwis/Video_Chat_App/issues)
[![GitHub Pull Requests](https://img.shields.io/badge/GitHub-Pull%20Requests-blue)](https://github.com/Dipeshtwis/Video_Chat_App/pulls)

## 📝 Contents


Built with   |   
Getting started   |   
Author

## 🔧 Built with

- JavaScript
- WebRTC
- Socket.io
- HTML 5 and CSS 3.

## Getting Started

To get a local copy of the repository please run the following commands on your terminal:

```
$ cd
```

~~~bash
$ git clone https://github.com/Dipeshtwis/Video_Chat_App.git
$ cd Video_Chat_App

~~~

Run `npm i` to install all requried node modules
>npm i

Run `npm start` to start the node server
>npm start

## Use simultaneously in different terminal

~~~bash

$ peerjs --port 3001

$ npm run devStart

~~~

- Now you would be able to access the server at [http://127.0.0.1:3000](http://127.0.0.1:3000) by default.

## ✒️ Authors

👤 **Dipesh Kumar**

- Github: [@Dipeshtwis](https://github.com/Dipeshtwis)
- Twitter: [@97deepeshkumar](https://twitter.com/97deepeshkumar)
- Linkedin: [dipeshtwis](https://www.linkedin.com/in/dipeshtwis/)

## 🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the [issues page](https://github.com/Dipeshtwis/Video_Chat_App/issues).

## 👍 Show your support

Give a ⭐️ if you like this project!

## :clap: Acknowledgements

- [Web Dev Simplified](https://www.youtube.com/watch?v=DvlyzDZDEq4)

## 📝 License

This project is [MIT](./LICENSE) licensed.