Skip to content

A streaming compression / gzip library for node.js

License

Notifications You must be signed in to change notification settings

animetosho/node-gzbz2

 
 

Repository files navigation

This is a fork of the gzbz2 NodeJS module (provides gzip and bzip2 (de)compression), updated to work on newer versions of NodeJS (should support 0.10.x to 12.x.x which probably includes 15.x.x) and fixed libbz2 linking.

Installation

You’ll need development headers/stubs installed for libz (zlib) and libbz2 for the module to compile.

Then use the following command:

npm install https://github.com/animetosho/node-gzbz2

Examples & Credits

See original README

Warning: incorrect usage may result in NodeJS crashing! I haven’t bothered to fix this issue (grandfathered from the original module), but it usually shouldn’t be a problem.

About

A streaming compression / gzip library for node.js

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • C++ 71.4%
  • JavaScript 18.3%
  • Python 10.3%