What is the purpose of process object?
Answer / Rituraj Pandey
{n 'answer': 'n The process object in Node.js provides information about the current Node.js instance, as well as methods to perform various system-level tasks like reading from the standard input, writing to the standard output, and terminating the program.n '}
| Is This Answer Correct ? | 0 Yes | 0 No |
How to support multi-processor platforms in Node.js?
How assert works in node.js?
What are the main advantages and disadvantages of using Node.js?
What is a response header?
What does it mean “non-blocking” in node.js?
List down the two arguments that async.queue takes as input?
What is NPM in Node.js?
How "control flow" controls the functions calls?
What is Event-driven programming?
Is nodejs really single-threaded
How will you delete a directory?
Does node.js have a future?