Web 技术教程
Node.js 教程
Node.js 安装配置
Node.js 创建第一个应用
Node.js REPL(交互式解释器)
NPM 使用介绍
Node.js 回调函数
Node.js 事件循环
Node.js 模块系统
Node.js EventEmitter
Node.js 函数
Node.js 路由
Node.js 全局对象
Node.js 常用工具
Node.js 文件系统
Node.js GET/POST请求
Node.js Buffer(缓冲区)
Node.js Stream(流)
Node.js OS 模块
Node.js 工具模块
Node.js Path 模块
Node.js Net 模块
Node.js DNS 模块
Node.js Domain 模块
Node.js Web 模块
Node.js Express 框架
Node.js RESTful API
Node.js 多进程
Node.js JXcore 打包
Node.js 连接 MySQL
Node.js 连接 MongoDB
本书使用 GeChiUI.com 发布
Node.js 工具模块
Node.js 工具模块
最后更新于:2022-03-27 01:21:38
Node.js 工具模块
在 Node.js 模块库中有很多好用的模块。接下来我们为大家介绍几种常用模块的使用:
序号
模块名 & 描述
1
OS 模块
提供基本的系统操作函数。
2
Path 模块
提供了处理和转换文件路径的工具。
3
Net 模块
用于底层的网络通信。提供了服务端和客户端的的操作。
4
DNS 模块
用于解析域名。
5
Domain 模块
简化异步代码的异常处理,可以捕捉处理try catch无法捕捉的。