https://github.com/leotian/nodejs-blog
https://github.com/leotian/nodejs-blog
nodejs tutorial
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/leotian/nodejs-blog
- Owner: leotian
- Created: 2018-10-09T15:38:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-07-23T15:09:22.000Z (over 5 years ago)
- Last Synced: 2025-06-01T14:58:28.599Z (10 months ago)
- Topics: nodejs, tutorial
- Language: JavaScript
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nodejs学习手册
学习记录
## 开发环境
- Node.js:v8.11.3
## 目录
#### 常用基础模块
- fs
- path
- http
- url
- crypto
#### 框架
- express
- koa
- egg
#### 应用
- proxy
#### 其他
- CommonJS规范
- npm模块管理器