Zip archives in node.js

前端 未结 10 1987
佛祖请我去吃肉
佛祖请我去吃肉 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:33

    If you don't want to use/learn a library, you could use node to control the zip commandline tools by executing child processes

    Though I'd recommend learning a library like the one mentioned by Emmerman

提交回复
热议问题