sjmulder / node-compress

UNMAINTAINED! A streaming compression for node.js.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

UNMAINTAINED! A streaming compression for node.js.

License:MIT License


Languages

Language:C 36.8%Language:JavaScript 32.9%Language:C++ 30.0%Language:Shell 0.3%