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.
Access this course and 1400+ top-rated courses and projects.