{"id":26548771,"url":"https://github.com/rakibhossain72/codecolabe","last_synced_at":"2026-05-17T18:10:56.374Z","repository":{"id":276738959,"uuid":"849698957","full_name":"rakibhossain72/CodeColabe","owner":"rakibhossain72","description":"CodeColabe is a live code-sharing platform built with Django and Django Channels. It allows users to collaboratively edit code in real-time, using a simple and intuitive interface powered by CodeMirror. No login or authentication is required, making it easy to jump right into coding.","archived":false,"fork":false,"pushed_at":"2024-08-30T13:11:09.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-10T06:32:36.987Z","etag":null,"topics":["code-share-platform","django","realtime-collobarative-editor"],"latest_commit_sha":null,"homepage":"https://codecolabe.onrender.com","language":"Python","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/rakibhossain72.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}},"created_at":"2024-08-30T04:39:59.000Z","updated_at":"2024-08-30T13:11:12.000Z","dependencies_parsed_at":"2025-02-10T06:32:41.030Z","dependency_job_id":"2d5605c8-bb7d-4338-ba3a-b11ae342b6bd","html_url":"https://github.com/rakibhossain72/CodeColabe","commit_stats":null,"previous_names":["rakibhossain72/codecolabe"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rakibhossain72%2FCodeColabe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rakibhossain72%2FCodeColabe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rakibhossain72%2FCodeColabe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rakibhossain72%2FCodeColabe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rakibhossain72","download_url":"https://codeload.github.com/rakibhossain72/CodeColabe/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244918575,"owners_count":20531683,"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":["code-share-platform","django","realtime-collobarative-editor"],"created_at":"2025-03-22T06:34:58.764Z","updated_at":"2026-05-17T18:10:51.352Z","avatar_url":"https://github.com/rakibhossain72.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"  CodeColabe README\n\nCodeColabe\n==========\n\n**CodeColabe** is a live code-sharing platform built with Django and Django Channels. It allows users to collaboratively edit code in real-time, using a simple and intuitive interface powered by CodeMirror. No login or authentication is required, making it easy to jump right into coding.\n\nFeatures\n--------\n\n*   **Real-time Collaboration**: Multiple users can edit code simultaneously, with changes reflected instantly.\n*   **CodeMirror Integration**: Syntax highlighting and code editing with the powerful CodeMirror editor.\n*   **No Authentication Required**: Join or create workspaces without needing to log in.\n\nGetting Started\n---------------\n\n### Prerequisites\n\nBefore you begin, ensure you have the following installed:\n\n*   Python 3.8+\n*   Django 4.x\n*   Django Channels 4.x\n*   Uvicorn\n\n### Installation\n\n1.  **Clone the repository**:\n    \n        git clone https://github.com/yourusername/CodeColabe.git\n        cd CodeColabe\n    \n2.  **Create a virtual environment and activate it**:\n    \n        python -m venv env\n        source env/bin/activate  # On Windows use `env\\Scripts\\activate`\n    \n3.  **Install the dependencies**:\n    \n        pip install -r requirements.txt\n    \n4.  **Apply migrations**:\n    \n        python manage.py migrate\n    \n\n### Running the Server\n\nTo start the CodeColabe server, use Uvicorn:\n\n    uvicorn code_colabe.asgi:application --host 0.0.0.0 --port 8000\n\nNavigate to `http://localhost:8000/\u003cworkspace_name\u003e/` to start coding live in your workspace.\n\n### Usage\n\n*   Simply open a browser and navigate to `http://localhost:8000/your_workspace_name/` to start a new workspace or join an existing one.\n*   Any code changes made by you or others will be instantly reflected across all connected clients.\n\nProject Structure\n-----------------\n\n    CodeColabe/\n    ├── core/\n    │   ├── consumers.py\n    │   ├── routing.py\n    │   ├── urls.py    \n    │   └── views.py  \n    │\n    ├── code_colabe/\n    │   ├── asgi.py   \n    │   ├── settings.py\n    │   ├── urls.py   \n    │   └── wsgi.py   \n    ├── templates\n    │   ├── index.html \n    │   └──editor.html\n    │\n    └── manage.py\n\nContributing\n------------\n\nContributions are welcome! Please fork the repository and submit a pull request to contribute to CodeColabe.\n\nLicense\n-------\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\nAcknowledgments\n---------------\n\n*   [Django](https://www.djangoproject.com/) - The web framework used\n*   [Django Channels](https://channels.readthedocs.io/en/stable/) - For WebSocket support\n*   [CodeMirror](https://codemirror.net/) - The code editor integrated into the platform","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frakibhossain72%2Fcodecolabe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frakibhossain72%2Fcodecolabe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frakibhossain72%2Fcodecolabe/lists"}