org.java2script.demo.lz77jscompressor.LZ77JSCompressor LZ77 is known as the basic loseless data compression algorithm. It is used very wide. For example, common *.png, *.zip, *.gzip, *.jar, *.war file formats use LZ77 compressing algrightm. Here is a Java implementation of such LZ77 algorithm. And by using the Java2Script Simple RPC technology, it sends the string, which is going to be compressed,