Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 511 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 511 Bytes

koa-chunked-response

response with Transfer-Encoding: chunked in Koa.

screenshot

installing

$ yarn

running

$ node server.js

then visit http://localhost:3000/

or from the command line, run:

curl -N http://localhost:3000