node.js 笔记
1、node.js理解API 链接:https://github.com/MengYP/js-stack-notebook/tree/master/nodejs
- 01-node.js简介
- 02-node.js环境安装
- 03-node.js的REPL模式
- 04-node.js中的几个特殊概念
- 05-node.js核心模块-全局对象Global Object
- 06-node.js核心模块-全局变量process
- 07-node.js核心模块-全局变量console
- 08-node.js核心模块-常用工具util
- 09-node.js核心模块-Events
- 10-node.js核心模块-fs
- 11-node.js核心模块-HTTP
2、文件系统操作
node.js 欢迎指正,请轻喷 (●゚ω゚●) node.js笔记(github)