Cuckoo - Anonymous, Free Video Calls
Anonymous video calls across the world for free with screensharing!
View Cuckoo · Report Bug · Request Feature
✨ Loved the project? Give this project a star to show your support. ✨
Cuckoo is a small project to demonstrate the concepts of WebRTC, WebSockets by facilitating video calls across the web!
🧐 Feature list
- Video Call
- Screen Sharing
- Select camera
- Select audio device
🚀 Getting started
This project is deployed at https://cuckooapp.herokuapp.com
Guide for local deployment -
- Clone the repository
git clone https://github.com/somikdatta/cuckoo.git
- Change the working directory
cd cuckoo
- Install dependencies
npm install
- Change the working directory
cd client
- Install dependencies
yarn install
- Run the app
npm start in parent directory /cuckoo
yarn start in directory /cuckoo/client
- Open project at http://localhost:3000
🌟 You are all set!
🙇 Special Thanks
- Coding with Chaim for explaining the concepts of WebSockets and WebRTC on his YouTube Channel