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

https://github.com/hifizz/super-koa-like

koa.js 极简版本实现。由于 super-koa 名称冲突不能发布 npm,改用 super-koa-like。
https://github.com/hifizz/super-koa-like

Last synced: 3 months ago
JSON representation

koa.js 极简版本实现。由于 super-koa 名称冲突不能发布 npm,改用 super-koa-like。

Awesome Lists containing this project

README

        

# Super-koa

koa 极简版本实现

## Usage

执行命令来测试:

```bash
node usage.js
```

```bash
curl localhost:1234

# will see
hello world

# node usage.js will see
1
2
3
4
5
6
```