📅  最后修改于: 2020-11-03 10:09:36             🧑  作者: Mango
Node.js模块库中有几个实用程序模块。这些模块非常常见,在开发任何基于Node的应用程序时经常使用。
Sr.No. | Module Name & Description |
---|---|
1 | OS Module
Provides basic operating-system related utility functions. |
2 | Path Module
Provides utilities for handling and transforming file paths. |
3 | Net Module
Provides both servers and clients as streams. Acts as a network wrapper. |
4 | DNS Module
Provides functions to do actual DNS lookup as well as to use underlying operating system name resolution functionalities. |
5 | Domain Module
Provides ways to handle multiple different I/O operations as a single group. |