node-stream-consume

consume a stream to ensure it keeps flowing
  https://github.com/aroneous/stream-consume
  0
  no reviews



Stream-consume is a node module that ensures a Readable stream continues flowing if it's not piped to another destination.

Node.js is an event-based server-side JavaScript engine.