I'm looking for sending data from a server in a compressed format to a client (using ajax requests) and then unpacking this data in a browser? Is there a library for this?
I am not looking for javascript file compression!
Thanks...
EDIT: I think the question was not clear enough, I do not want to compress html files, I want to store LZMA compressed files or any other compression format on the server (for example, obj file), and then I need to unzip them after I received him with ajax. Not simultaneous compression / decompression using gzip. Opening already zipeed files after receiving them with Javascript.
gkaykck
source share