{"id":17341405,"url":"https://github.com/almazatun/noderr","last_synced_at":"2026-05-04T01:32:43.473Z","repository":{"id":186812133,"uuid":"675579292","full_name":"Almazatun/noderr","owner":"Almazatun","description":"Node.js 🟢 example implementation Cluster with multiple instances and Worker threads to handle processing","archived":false,"fork":false,"pushed_at":"2023-08-07T18:15:58.000Z","size":126,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-31T10:30:19.860Z","etag":null,"topics":["docker","docker-compose","nodejs"],"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/Almazatun.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":"2023-08-07T08:47:15.000Z","updated_at":"2023-08-08T11:45:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"20d7f996-9ee6-46a2-9ec9-24f695ea4037","html_url":"https://github.com/Almazatun/noderr","commit_stats":null,"previous_names":["almazatun/noderr"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Almazatun/noderr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Almazatun%2Fnoderr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Almazatun%2Fnoderr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Almazatun%2Fnoderr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Almazatun%2Fnoderr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Almazatun","download_url":"https://codeload.github.com/Almazatun/noderr/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Almazatun%2Fnoderr/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265443444,"owners_count":23766408,"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":["docker","docker-compose","nodejs"],"created_at":"2024-10-15T15:49:01.409Z","updated_at":"2026-05-04T01:32:38.434Z","avatar_url":"https://github.com/Almazatun.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# noderr\n\nNoderr represent node.js implementation handle processing using `multiple instances` with `Cluster` (Round robin scheduling) and `worker threads`.   \n\n## Cluster mode with `Round robin scheduling`\n```mermaid\nflowchart LR\n    A[Client] --\u003e|request| B{Master Round robin scheduling}\n    B --\u003e C[Service instance]\n    B --\u003e D[Service instance]\n    B --\u003e E[Service instance]\n    B --\u003e F[Service instance]\n```\n\n### Cluster benchmark\n![cluster_benchmark](/assets/cluster_benchmark.png)\n\n## Worker threads \n```mermaid\nflowchart LR\n    A[Client] --\u003e|request| B{Master process}\n    B --\u003e C[Worker]\n    B --\u003e D[Worker]\n    B --\u003e E[Worker]\n    B --\u003e F[Worker]\n```\n\n### Workers benchmark\n![cluster_benchmark](/assets/workers_benchmark.png)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falmazatun%2Fnoderr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falmazatun%2Fnoderr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falmazatun%2Fnoderr/lists"}