This is a simple program in node.js to which takes input from the user and prints it to the console.
The process object is a global that provides information about, and control over, the current Node.js process. As a global, it is always available to Node.js applications without using require().