[nodejs] Streams & Pipes for non Buffer / String use cases?

2012-11-23 Thread Darach Ennis
Hi guys, Are there any plans to further generalize streams and pipes? I would like to use them in process and with node cluster, but without having to serialise to/from Buffer or Strings. For example, node cluster with streams and pipes would enable continuous streaming map reduce. Is it just m

Re: [nodejs] Streams & Pipes for non Buffer / String use cases?

2012-11-23 Thread Martin Cooper
On Fri, Nov 23, 2012 at 6:14 AM, Darach Ennis wrote: > Hi guys, > > Are there any plans to further generalize streams and pipes? > Are you perhaps looking for something like this? https://github.com/dominictarr/event-stream -- Martin Cooper > I would like to use them in process and with > n

Re: [nodejs] Streams & Pipes for non Buffer / String use cases?

2012-11-23 Thread Darach Ennis
Hi Martin, Event stream is perfect for some of the things I'm thinking, yes. I would be very interested in seeing what else is out there too. Cheers, Darach. On Friday, November 23, 2012 4:08:03 PM UTC, Martin Cooper wrote: > > > > On Fri, Nov 23, 2012 at 6:14 AM, Darach Ennis > > wrote: > >>