{"id":29913698,"url":"https://github.com/gbowne1/codestream","last_synced_at":"2026-02-06T21:32:45.799Z","repository":{"id":304877956,"uuid":"1020243583","full_name":"gbowne1/codestream","owner":"gbowne1","description":"This is the code for a live streaming platform for programmers","archived":false,"fork":false,"pushed_at":"2026-01-25T18:21:57.000Z","size":18284,"stargazers_count":7,"open_issues_count":22,"forks_count":18,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-01-25T21:31:26.303Z","etag":null,"topics":["coding","development","livestream","platform","programing","streaming"],"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/gbowne1.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","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-07-15T15:03:21.000Z","updated_at":"2026-01-25T21:08:34.000Z","dependencies_parsed_at":"2025-07-16T23:48:25.762Z","dependency_job_id":"5c0ca1f5-ec25-44f4-806d-70bf803695f9","html_url":"https://github.com/gbowne1/codestream","commit_stats":null,"previous_names":["gbowne1/codestream"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gbowne1/codestream","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gbowne1%2Fcodestream","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gbowne1%2Fcodestream/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gbowne1%2Fcodestream/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gbowne1%2Fcodestream/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gbowne1","download_url":"https://codeload.github.com/gbowne1/codestream/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gbowne1%2Fcodestream/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29177551,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T20:14:21.878Z","status":"ssl_error","status_checked_at":"2026-02-06T20:14:21.443Z","response_time":59,"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":["coding","development","livestream","platform","programing","streaming"],"created_at":"2025-08-02T02:13:25.218Z","updated_at":"2026-02-06T21:32:45.794Z","avatar_url":"https://github.com/gbowne1.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📺 CodeStream (Prototype)\n\nCodeStream (initially named **DevStream**) is a **Full-Stack Web Application** designed as a **live streaming platform specifically for developers**.\n\nThis project currently represents a **functional Proof of Concept (PoC)** featuring a complete **Authentication system**, a **modern responsive UI with Dark Mode**, and a **mock streaming API**.\n\n\u003e ⚠️ **Note:** This project is fully open source and aims to be a **unique platform**, not a clone. It is actively under development.\n\n---\n\n## 🎯 Target Audience\n\nCodeStream is built for technical creators and learners, including:\n\n- Game Developers\n- Software Developers\n- OS Developers\n- Web Developers\n- Mobile App Developers\n- Cybersecurity \u0026 Ethical Hacking\n- Game Artists \u0026 Pixel Artists\n- LeetCode \u0026 Co‑working Streams\n- Tech Talks \u0026 Conferences\n\n---\n\n## ✨ Current Features\n\n### ✅ Implemented \u0026 Working\n\n- 🔐 **Authentication System**\n  Secure Register \u0026 Login flow using **JWT** and **Bcrypt**.\n\n- 🎨 **Modern UI**\n  Built with **Vanilla JavaScript** and **Bootstrap 5**, including **Dark/Light Mode toggle**.\n\n- 📱 **Responsive Design**\n  Mobile‑first layout with a collapsible **Category Drawer**.\n\n- 🔍 **Search \u0026 Filter**\n  Real‑time client‑side filtering using tags and search terms.\n\n- 📡 **Mock Streaming API**\n  Express backend serving simulated stream data from `streams.json`.\n\n---\n\n## 🚧 Roadmap (Upcoming)\n\n- 🔄 **WebSocket Integration** – Replace mock API with real‑time socket connections\n- 🎥 **Video Broadcasting** – Implement **WebRTC** for real video streaming\n- 👤 **User Profiles** – Upload avatars, update bios, and customize profiles\n\n---\n\n## 🛠️ Tech Stack\n\n### Frontend\n\n- JavaScript (ES6 Modules)\n- Bootstrap 5.3\n- Vite\n\n### Backend\n\n- Node.js\n- Express\n- MongoDB (Mongoose)\n- JWT Authentication\n- Bcrypt Password Hashing\n\n---\n\n## 🚀 Installation \u0026 Setup\n\nDetailed developer setup instructions are maintained in the repository docs:\n\n- **Developer setup guide**: `docs/DEVSETUP.md` — contains step-by-step instructions to run the backend, frontend, database, environment variables, linting, and troubleshooting.\n\n---\n\n## 📂 Project Structure\n\n```\n├── src/\n│   ├── controllers/   # Auth logic (Register/Login)\n│   ├── middleware/    # JWT verification \u0026 role checks\n│   ├── models/        # Mongoose schemas\n│   ├── css/           # Global styles \u0026 dark mode\n│   └── js/            # Frontend DOM logic\n├── server.js          # Express API entry point\n├── streams.json       # Mock stream data\n├── vite.config.js     # Vite configuration\n└── package.json       # Scripts \u0026 dependencies\n```\n\n---\n\n## 🤝 Contributing\n\nContributions are welcome! 🚀\n\n1. Fork the project\n2. Create your branch\n\n```bash\ngit checkout -b feature/AmazingFeature\n```\n\n3. Commit your changes\n\n```bash\ngit commit -m \"Add AmazingFeature\"\n```\n\n4. Push to GitHub\n\n```bash\ngit push origin feature/AmazingFeature\n```\n\n5. Open a Pull Request\n\n---\n\n## 📄 License\n\nThis project is licensed under the **MIT License**.\n\n---\n\n⭐ If you like this project, give it a star and help grow CodeStream!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgbowne1%2Fcodestream","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgbowne1%2Fcodestream","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgbowne1%2Fcodestream/lists"}