{"id":20661161,"url":"https://github.com/ankush-web-eng/brolangf","last_synced_at":"2025-03-10T04:26:52.613Z","repository":{"id":259512765,"uuid":"878074615","full_name":"ankush-web-eng/brolangf","owner":"ankush-web-eng","description":"BROLANG is a programming language built for fun written in golang.","archived":false,"fork":false,"pushed_at":"2025-02-06T18:21:07.000Z","size":4415,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-06T19:32:23.686Z","etag":null,"topics":["brolang","golang","kafka","nextjs15","pubsub","queue","redis","tailwindcss","websockets-server"],"latest_commit_sha":null,"homepage":"https://brolang.ankushsingh.tech","language":"TypeScript","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/ankush-web-eng.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-10-24T18:26:43.000Z","updated_at":"2025-02-06T18:21:10.000Z","dependencies_parsed_at":"2024-11-03T17:30:59.385Z","dependency_job_id":"97b65641-60b1-4fdc-b0b0-303e1edb9217","html_url":"https://github.com/ankush-web-eng/brolangf","commit_stats":null,"previous_names":["ankush-web-eng/bhaiplusplus","ankush-web-eng/brolangf"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankush-web-eng%2Fbrolangf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankush-web-eng%2Fbrolangf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankush-web-eng%2Fbrolangf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankush-web-eng%2Fbrolangf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ankush-web-eng","download_url":"https://codeload.github.com/ankush-web-eng/brolangf/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242788436,"owners_count":20185270,"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":["brolang","golang","kafka","nextjs15","pubsub","queue","redis","tailwindcss","websockets-server"],"created_at":"2024-11-16T19:07:33.900Z","updated_at":"2025-03-10T04:26:52.588Z","avatar_url":"https://github.com/ankush-web-eng.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca href=\"https://brolang.ankushsingh.tech\"\u003e\n\u003cdiv align=\"center\"\u003e\n\u003cimg src = \"/public/landing.png\"\u003e\n\u003c/div\u003e\n\u003c/a\u003e\n\n# Brolang\n\n\u003cp align=\"center\"\u003e\n  Brolang is a fun programming language written in Golang built for fun by \u003ca href=\"https://x.com/whyankush07\"\u003eAnkush\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e Supports both pure english and pure hindi syntax, tutorial will be linked soon.\n\u003c/p\u003e\n\n## 🚀 Getting Started\n\nYou can get started with BROLANG by visiting [brolang.ankushsingh.tech](https://brolang.ankushsingh.tech)\n\n- To set up locally, you can clone the repository and run the following commands:\n\n```bash\ngit clone https://github.com/ankush-web-eng/brolangf\nnpm install -g yarn\nyarn install\nyarn dev\n```\n\n- For the backend repository:\n\n```bash\ngit clone https://github.com/ankush-web-eng/brolang\ngo mod download\ngo build main.go\ngo run main.go\n```\n\n## 📚 Documentation\n\n- To try out BROLANG, you can visit [docs](https://brolang.ankushsingh.tech/docs) page for docs available in both Hindi and English.\n\n\u003cdiv align=\"center\"\u003e\n\u003cimg src = \"/public/docs.png\"\u003e\n\u003c/div\u003e\n\n### Tech Stack\n\n- BROLANG was primarily built on an **Event-Based Architecture**\n\n- **Frontend**: [Nextjs-15](https://nextjs.org/)\n- **Backend**: [Golang](https://go.dev/)\n- **DATABASE**: [Aiven](https://aiven.io/) with [Prisma](https://www.prisma.io/)\n- **Cloud**: [railway.app](https://railway.app) \u0026 [vercel](https://vercel.com)\n- **Queue**: [Kafka](https://kafka.apache.org/)\n- **Pub-Sub**: [Redis](https://redis.io/)\n- **Menu and UI**: [TailwindCSS](https://tailwindcss.com/) + [Aceternity UI](https://ui.aceternity.com/) + [Shadcn UI](https://ui.shadcn.com)\n\u003cdiv align=\"center\"\u003e\n\u003cimg src = \"/public/architecture.png\"\u003e\n\u003cp\u003e([Excallidraw](https://excalidraw.com/#json=UN8yz9cX29NkboT-hDAzx,lUIkw23AGJaiGYYD2Wg4Ig))\u003c/p\u003e\n\u003c/div\u003e\n\n- On production, this application is working on Client-Server architecture because of this independent student-developer's tight budget, moreover the code has been commented in context/CodeContext.tsx.\n\n- The Web-Socket server's code and Worker's code is available in server/ directory.\n\n### Open Source\n\n- Contributions, issues and feature requests are welcome. Feel free to check the [issues page](/issues) if you want to contribute.\n- I am open for all suggestions related to syntax, errors and tech-stack, your opinion is valuable.\n- Either you can contribute directly or leave a quick DM [here](https://x.com/whyankush07)\n\n## 📝 License\n\nBROLANG is licensed under the MIT License. See [LICENSE](LICENSE) for more information.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fankush-web-eng%2Fbrolangf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fankush-web-eng%2Fbrolangf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fankush-web-eng%2Fbrolangf/lists"}