What nrcc is
Operations, not a Node-RED replacement.
Node-RED is brilliant for flows, but day-to-day operation usually means SSH-ing in,
editing settings.js by
hand, juggling tarballs for backups, and tailing log files. nrcc gives you a clean
control plane: a single Go binary with an embedded React UI, JSON file storage, and
a process manager that supervises Node-RED.
It connects to your existing Node-RED installation, never replaces it. Operators get visibility, an audit-friendly admin surface, and least-privilege access without changing the runtime.