I want to create a zip archive and unzip it in node.js.
I can\'t find any node implementation.
If you only need unzip, node-zipfile looks to be less heavy-weight than node-archive. It definitely has a smaller learning curve.