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: about 2 months ago
JSON representation
chunked response in koa
- Host: GitHub
- URL: https://github.com/wayou/koa-chunked-response
- Owner: wayou
- Created: 2019-06-11T18:17:05.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-11T18:27:08.000Z (almost 6 years ago)
- Last Synced: 2025-01-23T04:15:16.254Z (4 months ago)
- Topics: chunked, http, koa, transfer-encoding
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# koa-chunked-response
response with `Transfer-Encoding: chunked` in Koa.
## screenshot

## 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
```