Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kripken/zee.js

zlib compiled to JavaScript using Emscripten
https://github.com/kripken/zee.js

Last synced: 4 months ago
JSON representation

zlib compiled to JavaScript using Emscripten

Awesome Lists containing this project

README

        

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.