{"id":19739959,"url":"https://github.com/keyur-gondaliya/duosync-call","last_synced_at":"2026-04-07T21:31:25.471Z","repository":{"id":204752927,"uuid":"711564584","full_name":"Keyur-Gondaliya/DuoSync-Call","owner":"Keyur-Gondaliya","description":"Peer To Peer Video/Audio Calling with Pure WebRTC and Web Sockets. ","archived":false,"fork":false,"pushed_at":"2023-12-16T19:13:09.000Z","size":3577,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-28T06:00:22.265Z","etag":null,"topics":["nextjs","nodejs","socket-io","tailwind","turborepo","typescript","webrtc"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/Keyur-Gondaliya.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":"2023-10-29T16:48:17.000Z","updated_at":"2023-12-16T19:15:29.000Z","dependencies_parsed_at":"2023-11-24T05:21:34.404Z","dependency_job_id":"b2a8d42a-a6b6-434e-adeb-29f5cef6cc5f","html_url":"https://github.com/Keyur-Gondaliya/DuoSync-Call","commit_stats":null,"previous_names":["keyur-gondaliya/duosync-call"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Keyur-Gondaliya/DuoSync-Call","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Keyur-Gondaliya%2FDuoSync-Call","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Keyur-Gondaliya%2FDuoSync-Call/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Keyur-Gondaliya%2FDuoSync-Call/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Keyur-Gondaliya%2FDuoSync-Call/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Keyur-Gondaliya","download_url":"https://codeload.github.com/Keyur-Gondaliya/DuoSync-Call/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Keyur-Gondaliya%2FDuoSync-Call/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31530641,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"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":["nextjs","nodejs","socket-io","tailwind","turborepo","typescript","webrtc"],"created_at":"2024-11-12T01:18:55.644Z","updated_at":"2026-04-07T21:31:25.448Z","avatar_url":"https://github.com/Keyur-Gondaliya.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DuoSync-Call\n\nDuoSync-Call is a project built with Next.js and Node.js using TypeScript. It allows two users to establish a peer-to-peer connection exclusively via Socket.IO and WebRTC. This project is organized as a monorepo using TurboRepo for streamlined management.\n\n# Demo\n\n\u003cdiv style=\"text-align: center;\"\u003e\n  \u003cimg\n    src=\"https://github.com/Keyur-Gondaliya/DuoSync-Call/blob/main/apps/client/public/intro.gif\"\n    width=\"100%\"\n    height=\"70%\"\n  /\u003e\n\u003c/div\u003e\n\n## Features\n\n- **Peer-to-Peer Connection:** Enables direct communication between two users.\n- **Socket.IO Integration:** Facilitates seamless client-server communication.\n- **WebRTC Technology:** Utilizes WebRTC for real-time audio, video, and data sharing.\n- **Next.js and Node.js with TypeScript:** Employs Next.js for frontend and Node.js for backend, both with TypeScript for robust typing.\n\n## Installation\n\n1. Clone this repository: `git clone https://github.com/Keyur-Gondaliya/DuoSync-Call.git`\n2. Navigate to the project directory: `cd DuoSync-Call`\n3. Install dependencies for frontend and backend:\n   ```bash\n   cd apps/client\n   npm install\n   cd ../api\n   npm install\n   ```\n\n# DuoSync-Call\n\nDuoSync-Call is a project built with Next.js and Node.js using TypeScript. It allows two users to establish a peer-to-peer connection exclusively via Socket.IO and WebRTC. This project is organized as a monorepo using TurboRepo for streamlined management.\n\n## Features\n\n- **Peer-to-Peer Connection:** Enables direct communication between two users.\n- **Socket.IO Integration:** Facilitates seamless client-server communication.\n- **WebRTC Technology:** Utilizes WebRTC for real-time audio, video, and data sharing.\n- **Next.js and Node.js with TypeScript:** Employs Next.js for frontend and Node.js for backend, both with TypeScript for robust typing.\n\n## Installation\n\n1. Clone this repository: `git clone https://github.com/yourusername/DuoSync-Call.git`\n2. Navigate to the project directory: `cd DuoSync-Call`\n3. Install dependencies for frontend and backend:\n\n   ```bash\n   cd apps/client\n   npm install\n\n   cd ../api\n   npm install\n   ```\n\n## Usage\n\n# Development\n\nTo run the project in development mode:\n\n1.Start the frontend:\n\n```bash\ncd apps/client\nnpm run build\nnpm start\n```\n\n2.Start the backend:\n\n```bash\ncd ../api\nnpm run dev\n```\n\n## Configuration\n\nConfigure the project through environment variables:\n\n- PORT: Server port.\n- NODE_ENV: Environment mode (development or production).\n- Additional variables for Socket.IO and WebRTC configurations.\n\n## Contributing\n\nContributions are welcome! Follow the standard GitHub Fork and Pull Request workflow.\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeyur-gondaliya%2Fduosync-call","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkeyur-gondaliya%2Fduosync-call","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeyur-gondaliya%2Fduosync-call/lists"}