https://github.com/qianlongo/koa-analysis
再次阅读koa源码
https://github.com/qianlongo/koa-analysis
koa koa2 nodejs
Last synced: about 2 months ago
JSON representation
再次阅读koa源码
- Host: GitHub
- URL: https://github.com/qianlongo/koa-analysis
- Owner: qianlongo
- License: mit
- Created: 2018-05-16T14:05:58.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-30T14:59:23.000Z (about 8 years ago)
- Last Synced: 2025-01-13T04:44:39.396Z (over 1 year ago)
- Topics: koa, koa2, nodejs
- Language: JavaScript
- Size: 198 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: History.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Authors: AUTHORS
Awesome Lists containing this project
README
## koa-analysis
> 第一次接触koa是2016年4月份的时候,当时只是简单地写了一个[koa-todo-list](https://github.com/qianlongo/koa-todo-list),再到后面是2017年5月的时候开始学习和阅读koa源码,写了两篇基础文章。
1. [走一步再走一步,揭开co的神秘面纱](https://github.com/qianlongo/resume-native/blob/master/co-analysis.md)
2. [你知道koa中间件执行原理吗?](https://github.com/qianlongo/resume-native/issues/1)
现在很想重新再阅读学习一把。
## 很重要的依赖库
1. [koa-compose](https://github.com/koajs/compose)
2. [koa-convert](https://github.com/koajs/convert)
3. ...