Mark, For another example of how to create a duplex stream, you can take a look at Dominic Tarr's event-stream, specifically the duplex and child methods can be used to create duplex streams.
https://github.com/dominictarr/event-stream Jeff On Sunday, 18 March 2012 16:47:23 UTC-5, Mark Volkmann wrote: > > IIUC, a stream can be both readable and writable. One way to create > such a stream is tls.connect(). Are there other somewhat common ways > to create such a stream short of implementing a custom stream? > > -- > R. Mark Volkmann > Object Computing, Inc. > -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
