This is a video calling application built for experimenting socket. You can use this app to call other people.
- Clone this repo using
git clone https://github.com/knowankit/vide-calling-app.git
- Run
npm install
to install server dependencies - Run
npm run dev
to run the server - Run
cd ui
- Run
npm install
in the ui directory - Run
npm start
to start the client - Visit
localhost:3000
- Better UI
- More controls on the video/audio
- React
- Nodejs
- MaterialUI
All contributions are welcome!
This project is licensed under the MIT license. Feel free to edit and distribute this template as you like.
See LICENSE for more information.