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!
- Video Call
- Screen Sharing
- Select camera
- Select audio device
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!
- Coding with Chaim for explaining the concepts of WebSockets and WebRTC on his YouTube Channel
If you happen to love this project, leave a star on the repo. That'll keep me motivated. Let me know your thoughts with a tweet. Mention me @somikdatta.
Thanks!
Contributions are welcomed!