node-concat-stream

writable stream that concatenates strings
  https://github.com/maxogden/concat-stream
  0
  no reviews



Node-concat-stream creates a writable stream that concatenates strings or binary data and calls a callback with the result.

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