Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wayou/koa-chunked-response

chunked response in koa
https://github.com/wayou/koa-chunked-response

chunked http koa transfer-encoding

Last synced: 12 days ago
JSON representation

chunked response in koa

Awesome Lists containing this project

README

        

# koa-chunked-response

response with `Transfer-Encoding: chunked` in Koa.

## screenshot

![](https://user-images.githubusercontent.com/3783096/58687795-3f8c7680-83b5-11e9-880d-83b50889a92d.gif)

## installing

```sh
$ yarn
```

## running

```sh
$ node server.js
```

then visit [http://localhost:3000/](http://localhost:3000/)

or from the command line, run:

```sh
curl -N http://localhost:3000
```

![](https://user-images.githubusercontent.com/3783096/59296769-51c1bb00-8cb9-11e9-9c6b-78768ea68f36.gif)