I\'m using some pretty heavy AJAX with lots of data going from client to server. How can I compress the data (mostly plain text) before sending to the server?
And ho
Using LZW compression:
client site: http://jsfiddle.net/sebastienp/p7kDe/
server site: http://webdevwonders.com/lzw-compression-and-decompression-with-javascript-and-php/