This repository has been archived by the owner on Nov 29, 2021. It is now read-only.
forked from waveto/node-compress
-
Notifications
You must be signed in to change notification settings - Fork 10
A streaming compression for node.js. Abandoned and unsupported as of 2011-05-29.
License
egorich239/node-compress
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About ===== Asynchronous streaming compression module for node.js. Note, that API has changed since forked from original project by waveto. See HISTORY for more details. Currently library supports two compression backends: gzip and bzip2. To install, ensure that you have libz and libbz2 installed. Build ===== $ gcc --version gcc (Ubuntu 4.4.3-4ubuntu5) 4.4.3 $ node-waf configure $ node-waf build Configuration options: --debug Build with debug information. --with-gzip Build with gzip support. Default. --no-gzip Build w/o gzip support. --with-bzip Build with bzip support. --no-bzip Build w/o bzip support. Default. Build puts the compress-bindings.node binary module in build/default. Usage examples ============== See demo/demo.js.
About
A streaming compression for node.js. Abandoned and unsupported as of 2011-05-29.
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- C 36.8%
- JavaScript 32.9%
- C++ 30.0%
- Shell 0.3%