{"id":26897000,"url":"https://github.com/namaniisc/codecast","last_synced_at":"2026-04-10T14:38:49.885Z","repository":{"id":285137196,"uuid":"957127907","full_name":"namaniisc/CodeCast","owner":"namaniisc","description":"CodeCast is a real-time code collaboration app for seamless live editing in virtual rooms. Multiple users can code together with instant updates and syntax highlighting","archived":false,"fork":false,"pushed_at":"2025-04-25T00:56:49.000Z","size":8729,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-18T18:47:44.211Z","etag":null,"topics":["bootstrap","codemirror","expressjs","nodejs","reactjs","socketio","uiid"],"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/namaniisc.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":"2025-03-29T16:12:56.000Z","updated_at":"2025-04-25T00:56:52.000Z","dependencies_parsed_at":"2025-06-18T18:47:44.157Z","dependency_job_id":null,"html_url":"https://github.com/namaniisc/CodeCast","commit_stats":null,"previous_names":["namaniisc/codecast"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/namaniisc/CodeCast","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/namaniisc%2FCodeCast","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/namaniisc%2FCodeCast/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/namaniisc%2FCodeCast/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/namaniisc%2FCodeCast/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/namaniisc","download_url":"https://codeload.github.com/namaniisc/CodeCast/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/namaniisc%2FCodeCast/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278302563,"owners_count":25964527,"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-10-04T02:00:05.491Z","response_time":63,"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":["bootstrap","codemirror","expressjs","nodejs","reactjs","socketio","uiid"],"created_at":"2025-04-01T04:32:58.722Z","updated_at":"2025-10-04T11:13:53.623Z","avatar_url":"https://github.com/namaniisc.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"#  CodeCast - Real-time Code Collaboration\n\nA real-time collaborative code editor where multiple users can join a room and code together live. Built from scratch using React.js, Socket.io, Express.js, and Bootstrap.\n\n## Demo\n\n![Demo](demo.gif)\n\nHow it works:\n1. Enter your name and click “Create New Room” or enter a Room ID to join.\n2. Share the Room ID/URL with others.\n3. Collaborate live – any code you type will sync instantly.\n4. Get real-time updates when people join or leave.\n\n## Technologies\n\nFrontend:\n- React.js  \n- Bootstrap  \n- CodeMirror (code editor)  \n- React Router  \n- UUID (for unique room IDs)  \n- react-avatar (user avatars)  \n\nBackend:\n- Node.js  \n- Express.js  \n- Socket.io (real-time WebSocket communication)\n\n## Features\n\n- Create \u0026 Join Rooms  \n- Real-Time Code Sync Across Users  \n- Unique Room URLs with Shareable Links  \n- Username \u0026 Avatar Display  \n- Toast Notifications for Join/Leave  \n- Room Clean-up and Disconnect Handling\n\n\n\n## Installation\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/namaniisc/CodeCast.git\n   cd CodeCast\n   ```\n\n2. Install client dependencies:\n   ```bash\n   cd client\n   npm install\n   ```\n\n3. Install server dependencies:\n   ```bash\n   cd ../server\n   npm install\n   ```\n\n## Running the App\n\n1. Start the backend:\n   ```bash\n   cd server\n   npm start\n   ```\n\n2. Start the frontend:\n   ```bash\n   cd ../client\n   npm start\n   ```\n\n3. Open in browser:\n   ```\n   http://localhost:3000\n   ```\n\n## Project Structure\n\n```\n.\n├── client/             React frontend\n│   ├── public/         Static assets (e.g., logo)\n│   └── src/            Source code\n│       ├── components/\n│       ├── pages/\n│       └── App.js\n├── server/             Express + Socket.io backend\n│   ├── index.js\n│   └── package.json\n└── README.md\n```\n\n## Contributing\n\nPull requests and issues are welcome! Feel free to improve features, fix bugs, or enhance the documentation.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnamaniisc%2Fcodecast","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnamaniisc%2Fcodecast","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnamaniisc%2Fcodecast/lists"}