> For the complete documentation index, see [llms.txt](https://easonwang.gitbook.io/class/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://easonwang.gitbook.io/class/process-jin-cheng.md).

# Process(進程)

process在Node.js為一個global對象，提供Node.js進程的資訊。

不必使用require引入即可使用。並且其已經繼承了EventEmitter。
