node-stream-throttle icon indicating copy to clipboard operation
node-stream-throttle copied to clipboard

A rate limiter for node.js streams.

Results 4 node-stream-throttle issues
Sort by recently updated
recently updated
newest added

In some applications (such as media streaming), it's desirable to send the beginning of a stream at a maximum rate to quickly fill client buffers. Similar to http://stackoverflow.com/a/32874710.

I suppose adding latency is out of the scope of this project, but mimicing slower connections with only bandwidth throttling is incomplete. Do you have a recommendation of how use...

enhancement

Thank you very much for this awesome package. Maybe could you update the dependencies @tjgq ?