Node.js v0.10.8 Manual & Documentation


Zlib#

Stability: 3 - Stable

You can access this module with:

var zlib = require('zlib');

This provides bindings to Gzip/Gunzip, Deflate/Inflate, and DeflateRaw/InflateRaw classes. Each class takes the same options, and is a readable/writable Stream.

Examples