NodeJs官方资料(持续更新)

10、七天学会NodeJs:http://www.open-open.com/lib/view/1392611872538#_label0

11、Buffer的官方文档:https://nodejs.org/api/buffer.html

12、Stream(数据流): 官方文档: http://nodejs.org/api/buffer.html

13、File System(文件系统):官方文档: http://nodejs.org/api/buffer.html 

14、Path(路径):官方文档: http://nodejs.org/api/buffer.html

-----------------------网络操作--------------------------

20、HTTP  官方文档: http://nodejs.org/api/http.html

21、HTTPS :官方文档: http://nodejs.org/api/https.html 

22、URL  官方文档: http://nodejs.org/api/url.html

23、Query String 官方文档: http://nodejs.org/api/querystring.html

 24、Zlib 官方文档: http://nodejs.org/api/zlib.html

 25、Net 官方文档: http://nodejs.org/api/net.html

-----------------------进程管理--------------------------

30、Process 官方文档: http://nodejs.org/api/process.html

31、Child Process 官方文档: http://nodejs.org/api/child_process.html

32、Cluster 官方文档: http://nodejs.org/api/cluster.html

相关推荐