We did a bunch of testing for jQuery UI and came to the same conclusion. However, we're successfully using a patched zipstream<https://github.com/rxaviers/node-zipstream>with success. Of course there is the concern of using something that is clearly not being maintained as the PR for this fix<https://github.com/wellawaretech/node-zipstream/pull/11>was sent 5 months ago and still hasn't landed. As far as I know we haven't run into any issues, but I can check with Rafael since he's the one working with it right now. The package seems small enough that it probably wouldn't be too hard to take over if the lack of maintenance continues.
On Thu, Sep 6, 2012 at 7:24 PM, Martin Cooper <[email protected]> wrote: > Any good packages out there for creating zip files? > > I found adm-zip, but that seems to create invalid archives, is > synchronous, and requires the entire archive contents to be buffered > in memory. I also found zipstream, but it doesn't look like it > supports directories, and it's not clear that it's being maintained. > > Anything else out there that I've missed? > > -- > Martin Cooper > > -- > 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 > -- 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
