{"id":21935936,"url":"https://github.com/marufk21/streamtalk","last_synced_at":"2026-04-18T02:03:22.260Z","repository":{"id":265250479,"uuid":"866739986","full_name":"marufk21/streamtalk","owner":"marufk21","description":"StreamTalk is a real-time video calling app built with Next.js, Socket.IO, and WebRTC, enabling seamless audio and video communication.","archived":false,"fork":false,"pushed_at":"2025-09-30T22:22:21.000Z","size":152,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-30T22:22:38.136Z","etag":null,"topics":["nextjs","socket","videocalling","webrtc"],"latest_commit_sha":null,"homepage":"https://stream-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/marufk21.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-10-02T19:36:51.000Z","updated_at":"2025-09-30T20:28:14.000Z","dependencies_parsed_at":"2024-11-28T14:48:54.402Z","dependency_job_id":null,"html_url":"https://github.com/marufk21/streamtalk","commit_stats":null,"previous_names":["marufk21/streamtalk"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/marufk21/streamtalk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marufk21%2Fstreamtalk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marufk21%2Fstreamtalk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marufk21%2Fstreamtalk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marufk21%2Fstreamtalk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marufk21","download_url":"https://codeload.github.com/marufk21/streamtalk/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marufk21%2Fstreamtalk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31953516,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"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":["nextjs","socket","videocalling","webrtc"],"created_at":"2024-11-29T01:12:21.450Z","updated_at":"2026-04-18T02:03:22.254Z","avatar_url":"https://github.com/marufk21.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# StreamTalk\n\n**StreamTalk** is a real-time video calling application built using **Next.js**, **Socket.IO**, and **WebRTC**. This app allows users to connect with each other via live video and audio, offering seamless and interactive communication.\n\n## Features\n\n- **Real-time video and audio calls** using WebRTC.\n- **Peer-to-peer communication** through WebRTC.\n- **Socket.IO integration** for signaling between clients.\n- **Responsive design** built for multiple screen sizes.\n\n## Tech Stack\n\n- **Frontend**: Next.js (React Framework)\n- **Backend**: Node.js (with Socket.IO)\n- **Real-Time Communication**: WebRTC\n- **Styling**: Tailwind CSS\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js (\u003e= 14.x)\n- npm (\u003e= 6.x) or yarn\n\n### Installation\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/marufk21/streamtalk.git\n   ```\n\n2. Navigate to the project directory:\n\n   ```bash\n   cd streamtalk\n   ```\n\n3. Install the dependencies:\n\n   ```bash\n   npm install\n   ```\n\n   or\n\n   ```bash\n   yarn install\n   ```\n\n### Running the Application\n\n1. Start the development server:\n\n   ```bash\n   npm run dev\n   ```\n\n2. Open your browser and navigate to:\n\n   ```\n   http://localhost:3000\n   ```\n\n3. Ensure your backend Socket.IO server is running on the correct port for signaling.\n\n### Project Structure\n\n- **/pages**: Next.js pages, including the home and video call pages.\n- **/components**: Reusable React components, like video call UI.\n- **/server**: Backend server handling signaling (Socket.IO).\n- **/public**: Static assets like icons or images.\n\n### WebRTC Flow\n\n1. A user initiates or joins a call, and a signaling connection is established via **Socket.IO**.\n2. **WebRTC** handles the exchange of media streams (audio/video) directly between peers.\n3. **ICE Candidates** and **SDP** (Session Description Protocol) are used to negotiate the connection and media formats.\n\n### Signaling Server (Socket.IO)\n\nThe signaling server is now integrated into the Next.js API routes. Socket.IO runs automatically when you start the Next.js development server. The Socket.IO server runs on port 3000 by default.\n\n### Deployment\n\nYou can deploy StreamTalk on platforms like **Vercel** (for Next.js apps) and use a backend for the signaling server (e.g.Render).\n\n1. Deploy the Next.js app on **Vercel**.\n2. Deploy the signaling server (e.g., Node.js with Socket.IO) separately on any Node-compatible platform.\n\n## Contributing\n\nFeel free to contribute to StreamTalk by submitting pull requests or issues. Your feedback and improvements are welcome!\n\n## License\n\nThis project is licensed under the **MIT License**.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarufk21%2Fstreamtalk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarufk21%2Fstreamtalk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarufk21%2Fstreamtalk/lists"}