Node.js 工具模块
Node.js 教程
· 2019-04-08 10:37:42
在 Node.js 模块库中有很多好用的模块。接下来我们为大家介绍几种常用模块的使用:
| 序号 | 模块名 & 描述 |
|---|---|
| 1 | OS 模块 提供基本的系统操作函数。 |
| 2 | Path 模块 提供了处理和转换文件路径的工具。 |
| 3 | Net 模块 用于底层的网络通信。提供了服务端和客户端的的操作。 |
| 4 | DNS 模块 用于解析域名。 |
| 5 | Domain 模块 简化异步代码的异常处理,可以捕捉处理try catch无法捕捉的。 |
点击查看所有 Node.js 教程 文章: https://codercto.com/courses/l/43.html
APIs
Daniel Jacobson、Greg Brail、Dan Woods / O'Reilly Media / 2011-12-24 / USD 24.99
Many of the highest traffic sites get more than half of their traffic not through the browser but through the APIs they have created. Salesforce.com (more than 50%) and Twitter (more than 75% fall int......一起来看看 《APIs》 这本书的介绍吧!