node-stream-throttle
node-stream-throttle copied to clipboard
A rate limiter for node.js streams.
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...
Thank you very much for this awesome package. Maybe could you update the dependencies @tjgq ?