Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 330 Bytes

readme.md

File metadata and controls

11 lines (7 loc) · 330 Bytes

Koaflow

koa app extend. change koa router to flow by hide and auto call next().
对 koa 进行改造和封装, 通过对 koa router 之next() 的自动调用将其进行隐藏, 实现流式模式.

Installation

npm install koaflow

Usage

example