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

https://github.com/zhusiqing/koalearn

koa learn
https://github.com/zhusiqing/koalearn

Last synced: over 1 year ago
JSON representation

koa learn

Awesome Lists containing this project

README

          

# 项目介绍

1. 项目启动

2. 中间件使用

3. 中间件调用顺序

4. 中间件开发

# 项目启动

1. 基础使用

```bash
$ node helloWorld.js
```

2. 中间件使用和顺序

```bash
$ node connect.js
```

3. MVC结构的综合使用和中间件开发

```bash
$ cd MVC && node app.js
```