{"id":23868068,"url":"https://github.com/hari7261/videotalk","last_synced_at":"2026-04-08T23:35:14.273Z","repository":{"id":270822239,"uuid":"907360008","full_name":"hari7261/VideoTalk","owner":"hari7261","description":"A lightweight peer-to-peer video calling app powered by WebRTC and Socket.io. Instantly join video calls with a unique code, no sign-ups required! Built with React.js, Node.js, and deployed on Vercel for seamless performance. 🚀","archived":false,"fork":false,"pushed_at":"2024-12-23T13:02:51.000Z","size":607,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-24T12:44:48.142Z","etag":null,"topics":["hari7261","nodejs","reactjs","socket-io","vercel","video-call","video-call-application","video-streaming","webrtc-video"],"latest_commit_sha":null,"homepage":"https://vid-talk.vercel.app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hari7261.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-23T12:06:59.000Z","updated_at":"2025-01-09T16:17:29.000Z","dependencies_parsed_at":"2025-01-03T11:17:28.781Z","dependency_job_id":"74aefe47-8341-476d-aa16-3424aa28a2c7","html_url":"https://github.com/hari7261/VideoTalk","commit_stats":null,"previous_names":["hari7261/videotalk"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hari7261/VideoTalk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hari7261%2FVideoTalk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hari7261%2FVideoTalk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hari7261%2FVideoTalk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hari7261%2FVideoTalk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hari7261","download_url":"https://codeload.github.com/hari7261/VideoTalk/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hari7261%2FVideoTalk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31579056,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hari7261","nodejs","reactjs","socket-io","vercel","video-call","video-call-application","video-streaming","webrtc-video"],"created_at":"2025-01-03T11:17:21.118Z","updated_at":"2026-04-08T23:35:14.257Z","avatar_url":"https://github.com/hari7261.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\n\n# 🌐 **VideoTalk**  \n🎥 **Peer-to-Peer Video Calling App**  \n\n🚀 **Instantly connect with others using a unique code and enjoy seamless video calls!**  \n\n\n---\n\n## 🌟 **Features**  \n\n- 🔗 **Instant Connections**: Join a video call by simply sharing and entering a unique code.  \n- 🧑‍🤝‍🧑 **Peer-to-Peer Communication**: Powered by **WebRTC** for real-time media streaming.  \n- 🖧 **Scalable and Efficient**: Built with **Socket.io** for robust signaling.  \n- 🌎 **Cross-Platform**: Works seamlessly in modern web browsers.  \n- ⚡ **Deployed on Vercel** for lightning-fast performance.\n\n---\n\n## 🛠 **Tech Stack**  \n\n| **Technology**   | **Purpose**                             |  \n|-------------------|-----------------------------------------|  \n| 🖥️ **React.js**  | Frontend Framework                      |  \n| 📞 **WebRTC**    | Real-time media streaming               |  \n| 🔗 **Socket.io** | WebSockets for signaling                |  \n| ⚙️ **Node.js**   | Backend server                          |  \n| 🚀 **Vercel**    | Deployment platform                     |  \n\n---\n\n## 🔧 **How It Works**  \n\n1. 🔑 **Enter a Unique Code**:  \n   Start or join a video call using a generated code.  \n\n2. 📞 **Peer-to-Peer Video Chat**:  \n   Establish a real-time connection using WebRTC for smooth video and audio transmission.  \n\n3. 🖧 **Signaling Server**:  \n   Socket.io handles signaling between peers for seamless connections.\n\n---\n\n## 🚀 **Getting Started**  \n\n### 🖥️ **Run Locally**  \n\n1. Clone the repository:  \n   ```bash  \n   git clone https://github.com/hari7261/VideoTalk.git  \n   ```  \n\n2. Navigate to the project directory:  \n   ```bash  \n   cd VideoTalk  \n   ```  \n\n3. Install dependencies:  \n   ```bash  \n   npm install  \n   ```  \n\n4. Start the server:  \n   ```bash  \n   npm start  \n   ```  \n\n5. Open your browser and navigate to:  \n   ```  \n   http://localhost:3000  \n   ```  \n\n---\n\n## 🌐 **Live Demo**  \n\n🌟 **Try VideoTalk now**: [vid-talk.vercel.app](https://vid-talk.vercel.app)  \n\n---\n\n## 🛡 **Security**  \n\n- All communication is encrypted using WebRTC protocols.  \n- Only users with the correct code can join a specific call.  \n\n---\n\n## 🤝 **Contributing**  \n\nContributions are welcome! 🚀  \n\n1. Fork the repository  \n2. Create your feature branch:  \n   ```bash  \n   git checkout -b feature-name  \n   ```  \n3. Commit your changes:  \n   ```bash  \n   git commit -m \"Add feature-name\"  \n   ```  \n4. Push to the branch:  \n   ```bash  \n   git push origin feature-name  \n   ```  \n5. Open a pull request.  \n\n---\n\n## 🛠️ **Project Structure**  \n\n```plaintext  \nVideoTalk  \n├── public/           # Static files  \n├── src/  \n│   ├── components/   # React components  \n│   ├── pages/        # Page components  \n│   ├── utils/        # Utility functions  \n│   └── App.js        # Main app component  \n├── server.js         # Socket.io signaling server  \n├── package.json      # Project configuration  \n└── README.md         # Documentation  \n```  \n\n---\n\n## 📄 **License**  \n\nThis project is licensed under the **MIT License**. See the `LICENSE` file for details.  \n\n---\n\nMade with ❤️ by [hari7261](https://github.com/hari7261)  \n\n--- \n\nLet me know if you'd like to add any additional customizations! 🚀\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhari7261%2Fvideotalk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhari7261%2Fvideotalk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhari7261%2Fvideotalk/lists"}