Chunks Stream - split stream data into HTTP chunks
Transform data stream into http chunks
$ npm install chunks-stream
Example
Send 10 bytes of http chunks
const chunks = ; // readable stream // 10 bytes each chunk; // output data
Chunks Stream is licensed under the MIT license. See the included LICENSE
file for more details.