EvanOxfeld / node-unzip

node.js cross-platform unzip using streams
MIT License
613 stars 343 forks source link

Looking for an alternative? Try yauzl. #98

Open marcelklehr opened 8 years ago

marcelklehr commented 8 years ago

A nice alternative for this library is https://github.com/thejoshwolfe/yauzl which is quite hard to find (due to its name), but worth checking out, so I thought I'd share it with anyone looking for an alternative to node-unzip.

Have a nice day!

erkie commented 8 years ago

Although a good alternative does not support streams (the reasoning seems solid however).

mhr3 commented 7 years ago

I've just published unzip-stream which focuses specifically on streaming unzipping.