{"id":23392995,"url":"https://github.com/shobhit2205/runcode","last_synced_at":"2026-02-11T16:02:31.468Z","repository":{"id":268107481,"uuid":"902759944","full_name":"Shobhit2205/RunCode","owner":"Shobhit2205","description":"RunCode is an online code editor and compiler that enables real-time collaboration between two users in the same room.","archived":false,"fork":false,"pushed_at":"2024-12-15T06:15:30.000Z","size":323,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-14T12:16:14.326Z","etag":null,"topics":["docker","nodejs","reactjs","websocket"],"latest_commit_sha":null,"homepage":"https://runcode.codes","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/Shobhit2205.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-12-13T08:02:10.000Z","updated_at":"2025-01-11T12:34:25.000Z","dependencies_parsed_at":"2024-12-14T11:31:18.714Z","dependency_job_id":"96903db7-45e0-4a8f-bc0f-2d26197663b9","html_url":"https://github.com/Shobhit2205/RunCode","commit_stats":null,"previous_names":["shobhit2205/runcode"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shobhit2205%2FRunCode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shobhit2205%2FRunCode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shobhit2205%2FRunCode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shobhit2205%2FRunCode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Shobhit2205","download_url":"https://codeload.github.com/Shobhit2205/RunCode/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247873913,"owners_count":21010558,"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","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":["docker","nodejs","reactjs","websocket"],"created_at":"2024-12-22T05:16:55.308Z","updated_at":"2026-02-11T16:02:31.421Z","avatar_url":"https://github.com/Shobhit2205.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RunCode\n\nRunCode is an online code editor and compiler that enables real-time collaboration between two users in the same room. It allows both users to write, edit, and execute code simultaneously, with changes instantly reflected for both participants. The platform includes a built-in terminal to run code, making it an ideal tool for collaborative coding sessions.\n\n## Features\n\n- **Real-time Collaboration**: Allows two users to code together in real-time, with instant reflection of changes.\n- **Integrated Terminal**: Includes a terminal for executing code within the editor.\n- **Simultaneous Code Execution**: Both users can run their code at the same time, fostering collaboration.\n- **User-Friendly Interface**: Clean and intuitive design for a seamless coding experience.\n- **No Setup Required**: Accessible directly through the browser, with no installation needed.\n- **Support for Multiple Languages**: Compatible with various programming languages for diverse coding needs.\n\n## Installation\n\nTo install and run this project locally, follow these steps:\n\n1. Clone the repository:\n\n    ```bash\n    git clone https://github.com/Shobhit2205/RunCode.git\n    ```\n\n2. Navigate to the folder:\n\n    ```bash\n    cd RunCode\n    ```\n\n### Backend Setup : You should have docker installed in your system\n\n1. Install dependencies:\n\n    ```bash\n    cd server\n    npm install\n    ```\n\n2. Start the backend server:\n\n    ```bash\n    npm run start\n    ```\n\n   ##### ******** OR ********\n\n1. Run directly with docker:\n\n    ```bash\n    docker compose up\n    ```\n\n    The server should now be running on [http://localhost:8000](http://localhost:8000).\n\n### Frontend Setup\n\n1. starting frontend and Install dependencies:\n\n    ```bash\n    cd client\n    npm install\n    ```\n\n3. Start the Frontend:\n\n    ```bash\n    npm run dev\n    ```\n\n    The client should now be running on [http://localhost:5173](http://localhost:5173).\n\n## Usage\n\n1. Open your browser and navigate to the frontend of your application.\n2. Once connected, Enter your name and create a new room and join.\n3. Now you can share the room ID with your friend to collaborate with you for code.\n\n## Contributing\n\n1. Fork the repository.\n2. Create a new branch:\n\n    ```bash\n    git checkout -b feature/your-feature\n    ```\n\n3. Make your changes and commit them:\n\n    ```bash\n    git commit -m \"Add a new feature\"\n    ```\n\n4. Push your changes:\n\n    ```bash\n    git push origin feature/your-feature\n    ```\n\n5. Submit a pull request.\n\n\n## Author\n\n- [Shobhit Pandey](https://github.com/Shobhit2205) - [shobhitpandey2205@gmail.com](shobhitpandey2205@gmail.com)\n\n## Screenshots\n\n![Screenshot 1](screenshots/screenshot1.png)\n\n![Screenshot 2](screenshots/screenshot2.png)\n\n![Screenshot 3](screenshots/screenshot3.png)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshobhit2205%2Fruncode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshobhit2205%2Fruncode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshobhit2205%2Fruncode/lists"}