I am looking for a solution to compress a string in JavaScript, send it using GET (jsonp) and unzip it back using PHP. It would be best to have fast code and good compression.
I found the lz-string library, but it looks like it does not have a PHP backend. Any other similar libraries or PHP implementation of lz-string?
source
share