koajs / examples

Example Koa apps
4.52k stars 744 forks source link

It's not about stream #106

Closed budarin closed 7 years ago

budarin commented 7 years ago

try to log every push on server - you'll see than on a client there is not a stream - there is long waiting for whole result as usual In my samples the first push occurs in 2 ms but on the client TTFB is equal sum of times in the request - so there is no real stream unfortunately

budarin commented 7 years ago

Sorry, response time is too small so it seems that its synchronous