https://github.com/zhusiqing/koalearn
koa learn
https://github.com/zhusiqing/koalearn
Last synced: over 1 year ago
JSON representation
koa learn
- Host: GitHub
- URL: https://github.com/zhusiqing/koalearn
- Owner: zhusiqing
- Created: 2018-11-21T07:55:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-21T09:59:46.000Z (over 7 years ago)
- Last Synced: 2025-02-01T12:45:40.553Z (over 1 year ago)
- Language: JavaScript
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```