What would be the best compression algorithm to use to compress packets before sending them over the wire? The packets are encoded using JSON. Would LZW be a good one for th
There are two more JSON compression algorithms: CJson & HPack The HPack does a very good job, comparable to gzip compression.