{"id":18419053,"url":"https://github.com/kazuma512/micro-cluster","last_synced_at":"2026-04-29T08:33:00.699Z","repository":{"id":176411318,"uuid":"648978828","full_name":"kazuma512/micro-cluster","owner":"kazuma512","description":"Micro-Cluster is an open-source library for distributed computing and data processing. It allows you to create a cluster of small, low-cost machines that work together to perform large-scale computations or analyses.","archived":false,"fork":false,"pushed_at":"2023-06-03T11:52:51.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-16T06:45:20.100Z","etag":null,"topics":["javascript","kazuma512","micro","nodejs"],"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/kazuma512.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}},"created_at":"2023-06-03T11:51:48.000Z","updated_at":"2024-04-16T09:27:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"b469777c-e734-4e1c-908c-21e86034b7c1","html_url":"https://github.com/kazuma512/micro-cluster","commit_stats":null,"previous_names":["uchiha123456/micro-cluster","kazuma512/micro-cluster"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kazuma512%2Fmicro-cluster","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kazuma512%2Fmicro-cluster/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kazuma512%2Fmicro-cluster/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kazuma512%2Fmicro-cluster/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kazuma512","download_url":"https://codeload.github.com/kazuma512/micro-cluster/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248675454,"owners_count":21143767,"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":["javascript","kazuma512","micro","nodejs"],"created_at":"2024-11-06T04:15:39.749Z","updated_at":"2026-04-29T08:33:00.672Z","avatar_url":"https://github.com/kazuma512.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# micro-cluster\n\n[![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/sindresorhus/xo)\n\nRun multiple `micro` servers and a front proxy at a time, with a simple configuration file.\n\n## Example\n\nCreate a config file like the following.\n\n```js\nexport default {\n  services: {\n    myService: {\n      path: 'index.js',\n      env: { NODE_ENV: 'production' }\n    },\n    woot: 'woot.js'\n  },\n\n  locations: {\n    '^/path-regex/to/serve/?$': {\n      rewrite: ['^(.*)$', '$1/rewritten'],\n      proxySetHeaders: { 'X-CUSTOM-HEADER': '1' },\n      proxy: 'myService'\n    }\n    '^/woot/?$': 'woot'\n  }\n}\n```\n\nRun servers.\n\n```bash\n$ micro-cluster -p 3000 app.js\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkazuma512%2Fmicro-cluster","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkazuma512%2Fmicro-cluster","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkazuma512%2Fmicro-cluster/lists"}