-
Notifications
You must be signed in to change notification settings - Fork 375
ADM ZIP Introduction
cthackers edited this page Feb 22, 2012
·
6 revisions
ADM-ZIP is a pure JavaScript implementation for zip data compression for NodeJS.
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
There are no other nodeJS libraries that ADM-ZIP is dependent of