All Projects → kripken → Zee.js

kripken / Zee.js

zlib compiled to JavaScript using Emscripten

Programming Languages

c
50402 projects - #5 most used programming language

zee.js

zee.js is a port of zlib, a very useful compression library (used in gzip) to JavaScript, by compiling the zlib C code with Emscripten.

zee.js is zlib licensed, just like zlib.

Usage

Zee.compress and Zee.decompress are the relevant functions. See test.js for an example.

There is also a worker version, zee-worker.js. See zee-client.js for usage.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].