NodeStdio
Node.js Stdio layer for the current process.
The exported layer reuses the shared Node stdio implementation. It satisfies
the platform-independent Stdio service by reading command-line arguments
from process.argv, consuming input from process.stdin, and writing output
streams to process.stdout and process.stderr.