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

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源码

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. ...