koaflow

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

Usage no npm install needed!

<script type="module">
  import koaflow from 'https://cdn.skypack.dev/koaflow';
</script>

README

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