Node.js runtime executor for plurnk-service's exec scheme. Handles the node runtime tag — <<EXEC[node]:console.log(42):EXEC runs as node -e <command>.
A @plurnk/plurnk-execs-* sibling built on the plurnk-execs framework.
| Tag | Glyph | Spawn |
|---|---|---|
node |
⬢ | node -e <command> |
Node (default) — a SubprocessExecutor subclass. Spawn, stdout/stderr streaming, cancellation, and exit-code reporting are inherited from the framework. Always available (the daemon runs on Node).
test:lint, test:unit.