{"id":19797059,"url":"https://github.com/udoy2/videochat_webrtc","last_synced_at":"2026-04-11T01:33:31.116Z","repository":{"id":243531558,"uuid":"812688076","full_name":"Udoy2/videochat_webrtc","owner":"Udoy2","description":"A real-time video chat application built with WebRTC, Node.js, React, and Socket.io 📶","archived":false,"fork":false,"pushed_at":"2024-06-22T17:20:08.000Z","size":326,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-09T16:45:41.158Z","etag":null,"topics":["expressjs","nodejs","reactjs","socket-io","webrtc"],"latest_commit_sha":null,"homepage":"","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/Udoy2.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-06-09T15:47:48.000Z","updated_at":"2024-06-22T17:25:59.000Z","dependencies_parsed_at":"2024-06-09T17:27:16.813Z","dependency_job_id":"2e699134-633f-4e0c-a23c-340ce7c51ffa","html_url":"https://github.com/Udoy2/videochat_webrtc","commit_stats":null,"previous_names":["udoy2/videochat_webrtc"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Udoy2/videochat_webrtc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Udoy2%2Fvideochat_webrtc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Udoy2%2Fvideochat_webrtc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Udoy2%2Fvideochat_webrtc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Udoy2%2Fvideochat_webrtc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Udoy2","download_url":"https://codeload.github.com/Udoy2/videochat_webrtc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Udoy2%2Fvideochat_webrtc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272729586,"owners_count":24983525,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-29T02:00:10.610Z","response_time":87,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["expressjs","nodejs","reactjs","socket-io","webrtc"],"created_at":"2024-11-12T07:23:32.879Z","updated_at":"2026-04-11T01:33:26.091Z","avatar_url":"https://github.com/Udoy2.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Video Chat WebRTC Project\n\nThis project is a real-time video chat application built using WebRTC for media communications, Node.js for the backend, and React for the frontend. Socket.io is used to manage the signaling data (SDA).\n\n## Table of Contents\n\n- [Features](#features)\n- [Technologies Used](#technologies-used)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Features\n\n- Real-time video and audio communication\n- User-friendly interface\n- Scalable and efficient signaling mechanism using Socket.io\n- Room-based video chat sessions\n- Cross-browser compatibility\n\n## Technologies Used\n\n- **Frontend**: React\n- **Backend**: Node.js\n- **Real-time Communication**: WebRTC\n- **Signaling**: Socket.io\n\n## Installation\n\n### Prerequisites\n\nMake sure you have the following installed on your machine:\n\n- Node.js (v12 or higher)\n- npm or yarn\n\n### Clone the Repository\n\n```bash\ngit clone https://github.com/Udoy2/videochat_webrtc.git\ncd videochat_webrtc\n```\n\n### Install Dependencies\n\n#### Backend\n\n```bash\ncd server\nnpm install\n```\n\n#### Frontend\n\n```bash\ncd ../client\nnpm install\n```\n\n## Usage\n\n### Running the Backend Server\n\nNavigate to the `server` directory and start the server:\n\n```bash\ncd server\nnpm start\n```\n\nThe backend server will run on `http://localhost:8000`.\n\n### Running the Frontend Application\n\nNavigate to the `client` directory and start the development server:\n\n```bash\ncd ../client\nnpm start\n```\n\nThe frontend application will run on `http://localhost:3000`.\n\n### Access the Application\n\nOpen your web browser and navigate to `http://localhost:3000` to use the video chat application.\n\n\n\n## Contributing\n\nContributions are welcome! Please follow these steps to contribute:\n\n1. Fork the repository.\n2. Create a new branch (`git checkout -b feature-branch`).\n3. Make your changes.\n4. Commit your changes (`git commit -m 'Add some feature'`).\n5. Push to the branch (`git push origin feature-branch`).\n6. Open a pull request.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n---\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fudoy2%2Fvideochat_webrtc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fudoy2%2Fvideochat_webrtc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fudoy2%2Fvideochat_webrtc/lists"}