Skip to content

saikat/node-compress

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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, and run:


Build
=====

node-waf configure
node-waf build

Configuration options:
  --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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 36.6%
  • JavaScript 34.4%
  • C++ 28.7%
  • Shell 0.3%