A webapp which compares compression algorithms written in JavaScript. Made with NodeJS, Express and MongoDB. Algorithms are compared on the basis of compression ratio and compression time. The compressed data form the best algorithm is saved automatically in the database. Included algorithm:
- Rice
- RLE
- Huffman
- Hybrid of Rice and RLE
- Hybrid of Huffman and RLE