{"id":21734830,"url":"https://github.com/nirbhaykr87/codebuddy","last_synced_at":"2026-04-10T06:32:12.161Z","repository":{"id":242183424,"uuid":"808902120","full_name":"nirbhaykr87/codeBuddy","owner":"nirbhaykr87","description":"We developed a real-time collaborative code editor using React, Node.js, and Socket.io, supporting C++, Java, and Python. Features include synchronized editing, multi-language support, real-time chat, and in-app code execution. Unique room creation with UUID allows easy access via referral links, enhancing user collaboration.","archived":false,"fork":false,"pushed_at":"2024-06-13T07:37:33.000Z","size":1774,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-20T10:36:58.964Z","etag":null,"topics":["avatar-generator","boostrap5","codemirror-editor","compilex","express-js","node-js","reacthottoast","reactjs","socket-io","uuid-generator"],"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/nirbhaykr87.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,"zenodo":null}},"created_at":"2024-06-01T05:40:23.000Z","updated_at":"2024-06-17T03:40:46.000Z","dependencies_parsed_at":"2024-06-17T10:31:26.833Z","dependency_job_id":null,"html_url":"https://github.com/nirbhaykr87/codeBuddy","commit_stats":null,"previous_names":["nirbhaykr87/codebuddy"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nirbhaykr87/codeBuddy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nirbhaykr87%2FcodeBuddy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nirbhaykr87%2FcodeBuddy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nirbhaykr87%2FcodeBuddy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nirbhaykr87%2FcodeBuddy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nirbhaykr87","download_url":"https://codeload.github.com/nirbhaykr87/codeBuddy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nirbhaykr87%2FcodeBuddy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274422205,"owners_count":25282123,"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-09-10T02:00:12.551Z","response_time":83,"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":["avatar-generator","boostrap5","codemirror-editor","compilex","express-js","node-js","reacthottoast","reactjs","socket-io","uuid-generator"],"created_at":"2024-11-26T05:10:48.124Z","updated_at":"2025-12-30T19:50:22.131Z","avatar_url":"https://github.com/nirbhaykr87.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# \u003cimg src=\"website_preview/codeBuddy.png\" alt=\"Your CodeBuddy Logo\" height=\"150\"\u003e  Real-Time Collaborative Code Editor\n\n## Overview\n\nThis project is a real-time collaborative code editor built using React, Node.js, and Socket.io. It supports C++, Java, and Python, providing a seamless experience for multiple users to collaborate on code in real-time. Features include synchronized editing, multi-language support, real-time chat, and in-app code execution. Users can create unique rooms using UUIDs, enabling easy access via referral links for enhanced collaboration.\n\n## Features\n\n- **🚀 Real-Time Collaboration**: Multiple users can edit code simultaneously with changes synchronized in real-time.\n- **🌐 Multi-Language Support**: Supports coding in C++, Java, and Python.\n- **💬 Real-Time Chat**: In-app chat feature allows users to communicate while coding.\n- **⚙️ In-App Code Execution**: Execute C++, Java, and Python code within the app (requires respective setups on the system).\n- **🔗 Unique Room Creation**: Rooms created with UUIDs for easy sharing and access via referral links.\n\n## Prerequisites\n\n- Node.js (v14 or later)\n- npm (v6 or later)\n- C++ compiler\n- Python (v3.6 or later)\n- Java (JDK 8 or later)\n\nEnsure you have the necessary environment setup for running C++, Python, and Java code on your system.\n\n\n## Installation\n\n1. **Clone the repository:**\n    ```bash\n    git clone https://github.com/your-username/repo-name.git\n    cd repo-name\n    ```\n\n2. **Install dependencies for both client and server:**\n    ```bash\n    npm install\n   \n    ```\n\n## Running the Application\n\n### Starting the Client\n\nTo start the client application, navigate to the root directory and run:\n```bash\nnpm start\n```\n\n### Starting the server\n\nTo start the server, navigate to the root directory and run:\n```bash\nnpm run server:dev\n```\n\n### Usage\n\n- Access the Application: Open your browser and navigate to http://localhost:3000.\n- Create a Room: Click on \"Create Room\" to generate a unique room with a UUID.\n- Share the Link: Copy the referral link and share it with collaborators.\n- Start Collaborating: Begin coding together in real-time, use the chat feature to communicate, and execute code within the app.\n\n\n### Future Improvements\n- 🔒 Enhanced Security: Implement authentication and authorization to secure rooms and user data.\n- 🌟 GitHub Integration: Add features to push code directly to GitHub repositories from within the app.\n- 🎥 Video Conferencing: Integrate a video feature to allow face-to-face communication during collaboration.\n\n### Contact\nFor any questions or feedback, please open an issue on the repository or contact the project maintainer.\n\n![author](https://img.shields.io/badge/author-Nirbhay--Kumar-blue)\n[![LinkedIn](https://img.shields.io/badge/LinkedIn-Connect-blue)](https://www.linkedin.com/in/nirbhaykrmuj/)\n\n![author](https://img.shields.io/badge/author-Yash--Mall-blue)\n[![LinkedIn](https://img.shields.io/badge/LinkedIn-Connect-blue)](https://www.linkedin.com/in/yashmall/)\n\n---\n\n\n\u003cp align=\"center\"\u003e Happy Coding! 🎉\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnirbhaykr87%2Fcodebuddy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnirbhaykr87%2Fcodebuddy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnirbhaykr87%2Fcodebuddy/lists"}