{"id":25655483,"url":"https://github.com/bhavishya2601/compileonix","last_synced_at":"2026-04-10T11:32:13.278Z","repository":{"id":276833992,"uuid":"928900811","full_name":"Bhavishya2601/Compileonix","owner":"Bhavishya2601","description":" Code Editor with Real-time Collaboration","archived":false,"fork":false,"pushed_at":"2025-02-12T13:15:17.000Z","size":131,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-08T08:56:22.332Z","etag":null,"topics":["complier","expressjs","mongodb","nodejs","reactjs","socket-io"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Bhavishya2601.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-02-07T12:52:15.000Z","updated_at":"2025-05-09T17:29:55.000Z","dependencies_parsed_at":"2025-02-10T18:37:36.429Z","dependency_job_id":null,"html_url":"https://github.com/Bhavishya2601/Compileonix","commit_stats":null,"previous_names":["bhavishya2601/compileonix"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Bhavishya2601/Compileonix","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bhavishya2601%2FCompileonix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bhavishya2601%2FCompileonix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bhavishya2601%2FCompileonix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bhavishya2601%2FCompileonix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bhavishya2601","download_url":"https://codeload.github.com/Bhavishya2601/Compileonix/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bhavishya2601%2FCompileonix/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31641114,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T07:40:12.752Z","status":"ssl_error","status_checked_at":"2026-04-10T07:40:11.664Z","response_time":98,"last_error":"SSL_read: 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":["complier","expressjs","mongodb","nodejs","reactjs","socket-io"],"created_at":"2025-02-23T21:29:47.096Z","updated_at":"2026-04-10T11:32:13.258Z","avatar_url":"https://github.com/Bhavishya2601.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CompileOnix\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://socialify.git.ci/Bhavishya2601/Compileonix/image?font=Raleway\u0026language=1\u0026name=1\u0026owner=1\u0026pattern=Floating+Cogs\u0026theme=Dark\" alt=\"CompileOnix\" /\u003e\n\u003c/p\u003e\n\n**CompileOnix** is a real-time collaborative code compiler platform that supports C, C++, Java, and Python. It allows users to compile and run code, collaborate with others in shared rooms, and track each participant's mouse movements in real-time. User authentication ensures a secure coding environment.\n\n---\n\n## Features\n\n### 1. Multi-language Code Compilation\n- Supports C, C++, Java, and Python.\n- Compile and run code directly from the browser.\n\n### 2. Real-time Collaboration\n- Create or join rooms for shared coding sessions.\n- All code changes are reflected instantly across all participants.\n\n### 3. Mouse Movement Tracking\n- Tracks and displays each participant's mouse movements in real-time.\n- Each user's cursor is distinguished by a unique color and label.\n\n### 4. Real-time Communication\n- Enables real-time communication among participants in a room to facilitate effective collaboration.\n\n### 5. Secure Authentication\n- Users must authenticate before accessing the platform to ensure secure collaboration.\n\n---\n\n## Getting Started\n\n### Prerequisites\n- **Node.js** v14.0 or higher\n- **MongoDB** for database management\n- A web browser (Chrome, Firefox, or Edge recommended)\n\n### Installation\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/bhavishya2601/CompileOnix.git\n   ```\n\n2. Navigate to the project directory:\n   ```bash\n   cd CompileOnix\n   ```\n\n3. Navigate to the client directory:\n   ```bash\n   cd client\n   ```\n\n4. Install client dependencies:\n   ```bash\n   npm install\n   ```\n\n5. Set up environment variables for the client:\n   - Create a `.env` file in the `client` directory.\n   - Add the following variables from `.env.sample`.\n\n6. Start the server:\n   ```bash\n   npm run dev\n   ```\n\n7. Open a new terminal and navigate to the server directory:\n   ```bash\n   cd ../server\n   ```\n\n8. Install server dependencies:\n   ```bash\n   npm install\n   ```\n9. Set up environment variables for the server:\n   - Create a `.env` file in the `server` directory.\n   - Add the following variables from `.env.sample`.\n\n9. Start the server:\n   ```bash\n   nodemon index.js\n   ```\n\n---\n\n## Usage\n\n### Authentication\n- Register or log in to access the platform.\n\n### Creating a Room\n1. Click the \"Create Room\" button.\n2. Share the generated room ID with collaborators.\n\n### Joining a Room\n1. Enter the room ID provided by the room creator.\n2. Start collaborating in real-time.\n\n### Mouse Movement Tracking\n- Mouse movements will automatically be displayed for all participants in the room.\n\n### Running Code\n- Write your code in the editor.\n- Select the programming language from the dropdown.\n- Click \"Compile\" to compile and execute the code.\n\n---\n\n## Tech Stack\n\n- **Frontend:** React.js\n- **Backend:** Node.js, Express.js\n- **Database:** MongoDB\n- **WebSockets:** Socket.io for real-time collaboration\n- **Authentication:** JSON Web Tokens (JWT)\n\n---\n\n## Contributing\nContributions are welcome! To contribute:\n1. Fork the repository.\n2. Create a new branch:\n   ```bash\n   git checkout -b feature/your-feature-name\n   ```\n3. Commit your changes:\n   ```bash\n   git commit -m 'Add your feature'\n   ```\n4. Push to the branch:\n   ```bash\n   git push origin feature/your-feature-name\n   ```\n5. Open a pull request.\n\n---\n\n## License\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.\n\n---\n\n## Contact\n\nFor any questions or feedback, feel free to reach out:\n- **Email**: bhavishya2601garg@gmail.com\n- **GitHub**: [bhavishya2601](https://github.com/bhavishya2601)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbhavishya2601%2Fcompileonix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbhavishya2601%2Fcompileonix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbhavishya2601%2Fcompileonix/lists"}