https://github.com/knowankit/video-calling-app
🎥 One-to-one video calling app built using react, node and socket.io
https://github.com/knowankit/video-calling-app
video-chat video-chat-app
Last synced: over 1 year ago
JSON representation
🎥 One-to-one video calling app built using react, node and socket.io
- Host: GitHub
- URL: https://github.com/knowankit/video-calling-app
- Owner: knowankit
- License: mit
- Created: 2021-09-11T01:08:50.000Z (almost 5 years ago)
- Default Branch: develop
- Last Pushed: 2023-03-03T14:25:20.000Z (over 3 years ago)
- Last Synced: 2025-03-16T13:04:37.317Z (over 1 year ago)
- Topics: video-chat, video-chat-app
- Language: JavaScript
- Homepage:
- Size: 7.83 MB
- Stars: 40
- Watchers: 0
- Forks: 11
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# video-calling-app
[](https://forthebadge.com)

## Overview
This is a video calling application built for experimenting socket. You can use this app to call other people.
### [Demo](https://video-calling-app-git.netlify.app)
## Requirements
1. [Node.js](https://nodejs.org/)
2. [npm](https://www.npmjs.com/)
## Steps to run this on your local
1. Clone this repo using `git clone https://github.com/knowankit/vide-calling-app.git`
2. Run `npm install` to install server dependencies
3. Run `npm run dev` to run the server
4. Run `cd ui`
5. Run `npm install` in the ui directory
6. Run `npm start` to start the client
7. Visit `localhost:3000`
## What's next 🚀
- Better UI
- More controls on the video/audio
## Tech stacks
- React
- Nodejs
- MaterialUI
## Contributing
All contributions are welcome!
## Other interesting repositories
- [My Portfolio](https://github.com/knowankit/knowankit.com)
- [Trello Clone](https://github.com/knowankit/trello-clone)
- [React smart carousel](https://github.com/knowankit/react-smart-carousel)
## License
This project is licensed under the **MIT license**. Feel free to edit and distribute this template as you like.
See [LICENSE](LICENSE) for more information.