video-calling-app
video-calling-app copied to clipboard
🎥 One-to-one video calling app built using react, node and socket.io
video-calling-app

Overview
This is a video calling application built for experimenting socket. You can use this app to call other people.
Demo
Requirements
Steps to run this on your local
- Clone this repo using
git clone https://github.com/knowankit/vide-calling-app.git - Run
npm installto install server dependencies - Run
npm run devto run the server - Run
cd ui - Run
npm installin the ui directory - Run
npm startto start the client - 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
License
This project is licensed under the MIT license. Feel free to edit and distribute this template as you like.
See LICENSE for more information.