Skip to content

Instantly share code, notes, and snippets.

@5idu
Created July 24, 2018 04:08
Show Gist options
  • Save 5idu/76997c8eaa332c02e39df49b85488f27 to your computer and use it in GitHub Desktop.
Save 5idu/76997c8eaa332c02e39df49b85488f27 to your computer and use it in GitHub Desktop.
使用koa框架开发时,需要的一些知识点
### 使用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