Skip to content

ADM ZIP Introduction

cthackers edited this page Feb 22, 2012 · 6 revisions

Welcome

ADM-ZIP is a pure JavaScript implementation for zip data compression for NodeJS.

What is it good for?

The library allows you to:

  • decompress zip files directly to disk or in memory buffers
  • compress files and store them to disk in .zip format or in compressed buffers
  • update content of/add new/delete files from an existing .zip

Dependencies

There are no other nodeJS libraries that ADM-ZIP is dependent of

Clone this wiki locally