Event-Stream can turn any function into a stream
https://github.com/dominictarr/event-stream
var es = require('event-stream')
es.map(function (data, callback) {
//transform data
// ...
callback(null, data)
})
Event-Stream is an awesome module that allows you to create through streams, read arrays to streams, and write arrays from streams.
Written by Tom Wilson
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Nodejs
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#