Created
July 24, 2018 04:08
-
-
Save 5idu/76997c8eaa332c02e39df49b85488f27 to your computer and use it in GitHub Desktop.
使用koa框架开发时,需要的一些知识点
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### 使用Koa.js,离不开这十个中间件 | |
- [koa-router](https://github.com/alexmingoia/koa-router) | |
- [koa-bodyparser](https://github.com/koajs/bodyparser) | |
- [koa-views](https://github.com/queckezz/koa-views) | |
- [koa-static](https://github.com/koajs/static) | |
- [koa-session](https://github.com/koajs/session) | |
- [koa-jwt](https://github.com/koajs/jwt) | |
- [koa-helmet](https://github.com/venables/koa-helmet) | |
- [koa-compress](https://github.com/koajs/compress) | |
- [koa-logger](https://github.com/koajs/logger) | |
- [koa-convert](https://github.com/koajs/convert) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment