I compressed my data in server side with lz4, it is pretty impressive and now what I want to do is to decompress my data in client side using javascript. I tried the examples you posted here. however, the "require" fucntion is not supported in browser. Do you have any suggestions? Thank you very much.
I compressed my data in server side with lz4, it is pretty impressive and now what I want to do is to decompress my data in client side using javascript. I tried the examples you posted here. however, the "require" fucntion is not supported in browser. Do you have any suggestions? Thank you very much.