LearnBoost/cluster
Node.JS multi-core server manager with plugins support. observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5682
- days_rel: n/a
- days_push: 3946
- n_releases_24m: 0
Adoption not part of the score
2285 stars · 159 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
An extensible multi-core server manager for Node.js that spawns and supervises one worker process per CPU, with zero-downtime restarts, graceful shutdown, and worker resuscitation. It is extensible via plugins, bundling CLI, logging, pidfiles, reload, REPL, and stats plugins.
Use cases
- run a node.js http server across all cpu cores
- restart node workers with zero downtime
- automatically respawn crashed node workers
- hot reload node server workers when files change
- administer a running node cluster via a repl or cli
- gracefully shut down a multi-process node server
When to choose
- maintaining a legacy node.js 0.2.x/0.4.x application that already uses it
- you need a plugin-based multi-core manager for a very old node runtime
When to avoid
- starting any new node.js project - use the built-in cluster module, PM2, or a modern process manager instead
- you need support for modern node versions or active maintenance
Facets
library · maturity abandoned
concurrency deployment monitoring logging cli developer-tools backend cross-platform process-manager multi-core zero-downtime-restart worker-processes nodejs-cluster plugins devops nodejs linux macos
2 sources
- readme: https://github.com/LearnBoost/cluster · fetched 2026-08-28 · 4e145191550d
- registry_npm: https://registry.npmjs.org/cluster · fetched 2026-08-29 · ed252dabff21
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| LearnBoost/cluster | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="LearnBoost/cluster")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem