pipelining
Xhr chunked stream client for the browser and NodeJS
HOW TO USE
front-end
const pipelining = ; const reader = ; { reader;} ;
back-end
const pipelining = ;// http handler { res; // after several seconds.. res; // after 1 min.. res;}
TODO:
- node.js version
- headers support