What are the purposes of process object in node.js



What are the purposes of process object in node.js..

Answer / Bipin Bihari Chauhan

The Process object in Node.js provides information about the current state of the Node.js runtime environment and provides a few methods to interact with it. It is primarily used for: {"info": "system information","environment variables","process arguments","CPU usage","memory usage","uptime","version", etc.}.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Node.js Interview Questions

can you explain the difference between readfile vs createreadstream in nodejs.

1 Answers  


What is Event-driven programming?

1 Answers  


What are the functionalities of npm in node.js?

1 Answers  


What are the security mechanisms available in Node.js?

1 Answers  


How to debug the Node.js code using IDE debuggers?

1 Answers  


What is the difference between reactjs and nodejs?

1 Answers  


What is event loop?

1 Answers  


Explain what is a javascript engine?

1 Answers  


How to support multi-processor platforms in Node.js?

1 Answers  


What tools can be used to assure a consistent style in node.js?

1 Answers  


Who is the author of node js?

1 Answers  


What does node.js tty module contains?

1 Answers  


Categories