The Many Uses of Node.js stdin, stdout and stderr
When we run a Node.js program, a process is started for that program.
The process is like a box of system resources. It uses those resources to execute the program.
A Node.js process is initialized with three open file descriptors - stdin, stdout and...
saurabhdashora.hashnode.dev6 min read