手册简介
nodeJS是一个基于Chrome JavaScript运行时建立的平台, 用于方便地搭建响应速度快、易于扩展的网络应用。node不仅使用Google V8引擎,还对其进行了优化,使得它在各环境中都如鱼得水。 本书作者:wanglichao 本书来源:https://www.gitbook.com/book/0532/nodejs/details
手册说明
本书作者:wanglichao 本书来源:https://www.gitbook.com/book/0532/nodejs/details
:whale:
The NodeJS欢迎使用NodeJS 文档!
NodeJS中文文档,本书的github地址
NodeJS 文档内容包括:
- Synopsis 总述
- Standard Modules 标准模块
- Buffers 缓存对象
- EventEmitter事件触发器
- Streams 流
- Global Objects 全局对象
- process 进程
- 通过sys访问模块
- Timers 计时器
- Script 脚本
- fs对文件的操作
- HTTP
- http.Server
- http.ServerRequest
- http.ServerResponse
- http.Client
- http.ClientRequest
- http.ClientResponse
- http.ClientResponse
- net.Stream TCP流模块
- Crypto 加密模块
- DNS 域名解析
- dgram 数据报
- Assert 断言
- Path模块
- URL模块
- Query String 查询字串
- REPL 交互执行
- Modules 模块
- Addons 扩展
- Appendix - Third Party Modules 附录:第三方模块
更新记录
-
Timers 计时器 05-16 09:08
-
Appendix - Third Party Modules 附录:第三方模块 07-11 10:06
-
Addons 扩展 07-11 10:05
-
Modules 模块 07-11 10:05
-
REPL 交互执行 07-11 10:04
-
Query String 查询字串 07-11 10:03
-
URL模块 07-11 10:02
-
Path模块 07-11 10:01
-
Assert 断言 07-11 10:00
-
dgram 数据报 07-11 10:00