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.
- Host: GitHub
- URL: https://github.com/dipeshtwis/video_chat_app
- Owner: Dipeshtwis
- Created: 2020-11-01T16:03:32.000Z (about 5 years ago)
- Default Branch: develop
- Last Pushed: 2021-06-15T14:13:05.000Z (over 4 years ago)
- Last Synced: 2025-04-20T00:51:22.329Z (9 months ago)
- Topics: javascript, peerjs, socket-io, webrtc-video
- Language: JavaScript
- Homepage:
- Size: 51.8 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.
[](https://github.com/Dipeshtwis/Video_Chat_App)
[](https://github.com/Dipeshtwis/Video_Chat_App/issues)
[](https://github.com/Dipeshtwis/Video_Chat_App/pulls)
## 📝 Contents
Built with |
Getting started |
Author
- JavaScript
- WebRTC
- Socket.io
- HTML 5 and CSS 3.
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.
👤 **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.