Process模块 (Features of Process) process is a global variable which indicates the current Node.js process. It is actually an instance of EventEmiter, which is used to subscribe events and emit messages to specific events, for more information, you may…