Zip archives in node.js

前端 未结 10 1975
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-01 05:09

I want to create a zip archive and unzip it in node.js.

I can\'t find any node implementation.

10条回答
  •  一向
    一向 (楼主)
    2020-12-01 05:49

    If you only need unzip, node-zipfile looks to be less heavy-weight than node-archive. It definitely has a smaller learning curve.

提交回复
热议问题