Fork me on GitHub

LZMA-JS by nmrugg

A standalone JavaScript implementation of the Lempel-Ziv-Markov chain (LZMA) compression algorithm.

Demos

Advanced Demo

Simple Demo

Simple Demo (without Web Workers)

Seperating compression and decompression

Ajax Demo

License

MIT

Authors

nmrugg (nmrugg@gmail.com)

Contact

(nmrugg@gmail.com)

Download

You can download this project in either zip or tar formats.

You can also clone the project with Git by running:

$ git clone git://github.com/nmrugg/LZMA-JS