Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wayou/koa-chunked-response
- Owner: wayou
- Created: 2019-06-11T18:17:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-11T18:27:08.000Z (over 5 years ago)
- Last Synced: 2024-11-22T16:51:51.456Z (2 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
![](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)