An open API service indexing awesome lists of open source software.

https://github.com/leotian/nodejs-blog


https://github.com/leotian/nodejs-blog

nodejs tutorial

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# Nodejs学习手册

学习记录

## 开发环境

- Node.js:v8.11.3

## 目录

#### 常用基础模块

- fs
- path
- http
- url
- crypto

#### 框架

- express

- koa

- egg

#### 应用

- proxy

#### 其他

- CommonJS规范

- npm模块管理器