/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.

Primary LanguageJavaScript

Video_Chat_App

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

View Code Github Issues GitHub Pull Requests

📝 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 <folder>
$ 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

$ peerjs --port 3001

$ npm run devStart

✒️ Authors

👤 Dipesh Kumar

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

👍 Show your support

Give a ⭐️ if you like this project!

👏 Acknowledgements

📝 License

This project is MIT licensed.