Process
Understand how the process object works in Node.js.
We'll cover the following
The process
object
The process
object is a global that allows us to control the current process. It also has methods that can provide useful information about the process. Being an instance of the EventEmitter
class, it has a few important events that we should know about. Let’s take a look at them.
Get hands-on with 1400+ tech skills courses.