pierrec / node-lz4

LZ4 fast compression algorithm for NodeJS
MIT License
438 stars 98 forks source link

browser support #3

Closed bartosz-k closed 11 years ago

bartosz-k commented 11 years ago

Hey, Is it possible to run lz4 in browser?

thanks! Bartek

pierrec commented 11 years ago

Hi Bartek,

There is a decompression lib that can run in the browser (found in lib/decode-js.js). The compression part is not supported in a browser.

Cheers,

Pierre