On Mar 30, 12:07 pm, Dave Clements <[email protected]> wrote: > Whenever you read from a data event, each chunk is obviously the size of > the buffer, which means pieces of data can be split between two chunks, > I'm just wondering how other people reconcile data over the chunking chasm > (besides obviously collecting it all first then processing it), > and is there some specifically awesome way or module I've yet to learn of?
It probably depends on the type of data. There are streaming parsers out there for JSON, XML, and other types of data. -- 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
