nodeboot-runtimes
Installation
SKILL.md
Node-Boot Runtimes
"Runtime" contributions/integrations are about how a built app is deployed and operated, not
which server framework it uses — any of these wrap an already-working Node-Boot app (Express,
Fastify, Koa, native HTTP, ...) unchanged. See
CONTRIBUTING.md §3 Runtimes
for the contribution-side view of this category.
Pick the concrete skill, then stop here:
| Runtime | Use when | Open next |
|---|---|---|
| PM2 | Need process clustering, zero-downtime reload, log management, or CLI/web monitoring. | ../nodeboot-runtime-pm2/SKILL.md |
| Platformatic Watt | Need hot reload in dev, a management API, or multi-service runtime orchestration. | ../nodeboot-runtime-platformatic/SKILL.md |
Both are additive: the Node-Boot app's controllers/services/config are untouched — only how the process is started/wrapped changes.