{"id":22184235,"url":"https://github.com/mynickleo/request-broker","last_synced_at":"2026-04-11T01:01:51.664Z","repository":{"id":265863621,"uuid":"895255404","full_name":"mynickleo/request-broker","owner":"mynickleo","description":"Full Stack Request-Broker - like a message broker, only requests","archived":false,"fork":false,"pushed_at":"2024-12-01T08:23:05.000Z","size":3166,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-22T08:46:45.205Z","etag":null,"topics":["asp-net-core","csharp","go","golang","javascript","mongodb","nest","node","react","typescript"],"latest_commit_sha":null,"homepage":"","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/mynickleo.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-11-27T21:19:44.000Z","updated_at":"2024-12-01T08:26:17.000Z","dependencies_parsed_at":"2024-12-01T09:38:29.037Z","dependency_job_id":null,"html_url":"https://github.com/mynickleo/request-broker","commit_stats":null,"previous_names":["mynickleo/request-broker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mynickleo/request-broker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mynickleo%2Frequest-broker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mynickleo%2Frequest-broker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mynickleo%2Frequest-broker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mynickleo%2Frequest-broker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mynickleo","download_url":"https://codeload.github.com/mynickleo/request-broker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mynickleo%2Frequest-broker/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268594457,"owners_count":24275737,"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-08-03T02:00:12.545Z","response_time":2577,"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":["asp-net-core","csharp","go","golang","javascript","mongodb","nest","node","react","typescript"],"created_at":"2024-12-02T10:12:17.197Z","updated_at":"2026-04-11T01:01:49.569Z","avatar_url":"https://github.com/mynickleo.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ✨ Request Broker Full-Stack\n\nЭто брокер сервер для отправки отложенных запросов, написанный на нескольких языках - JavaScript (React, Node + Nest), Go, C# Asp.NET Core. Также в проекте используется MongoDB для хранения запросов - `очереди` и `архива`. Как только запрос попадает в брокер, то он отправляется в очередь, после чего будет исполнен за `n` попыток. Если в процессе выполнения запроса возникают ошибки и `n` попыток израсходованы, то запрос попадает в архив со статусом `failed`. Если все ок, то со статусом `success`. Очередь и архив можно посмотреть в UI на клиенте\n\n\u003e This is a server broker for sending delayed requests, written in multiple languages: JavaScript (React, Node + Nest), Go, and C# Asp.NET Core. The project also uses MongoDB to store requests — both the `queue` and the `archive`. Once a request enters the broker, it is added to the queue and executed within `n` attempts. If errors occur during execution and all `n` attempts are exhausted, the request is moved to the archive with a `failed` status. If successful, it is archived with a `success` status. Both the queue and archive can be viewed in the client-side UI\n\n## 🛠️ Используемые технологии | Technologies used\n- React.js | Node.js + Nest.js\n- Go + Fiber\n- C# ASP .NET CORE\n- MongoDB\n- Mongoose | Mongo.Driver\n\n## 🚀 Основные возможности | Key features\n- Добавление запроса в очередь\n- Чтение из очереди\n- Обработка очереди\n- Добавление запроса в архив\n- Чтение из архива\n\n\u003e - Adding a request to the queue\n\u003e - Reading from the queue\n\u003e - Processing the queue\n\u003e - Adding a request to the archive\n\u003e - Reading from the archive\n\n## 📂 Структура приложения | Project structure\n- `client` - React.js\n- `server`\n- - `csharp` - ASP .NET CORE\n- - `go-server` - Go + Fiber\n- - `node-server` - Node.js + Nest.js\n\n## ⚙️ Установка | Installation\n```bash\ngit clone https://github.com/mynickleo/request-broker.git\ncd request-broker\n```\n\n## 🔗 API\n\n**`Очередь | Queue`**\n- POST /api/queue\n- GET /api/queue\n\n**`Архив | Archive`**\n- GET /api/archive\n\n## 📬 Обратная связь | Feedback\nЕсли у вас есть предложения или вы нашли ошибки, создайте Issue или отправьте Pull Request. Если вам понравилось, то можете дать ⭐ этому репозиторию\n\u003e If you have suggestions or find any issues, feel free to open an Issue or submit a Pull Request! If you liked it, you can give ⭐ to this repository","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmynickleo%2Frequest-broker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmynickleo%2Frequest-broker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmynickleo%2Frequest-broker/lists"}