Skip to content

Ratnasambhav/Javascript-Compression

Repository files navigation

Javascript-Compression

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:

  1. Rice
  2. RLE
  3. Huffman
  4. Hybrid of Rice and RLE
  5. Hybrid of Huffman and RLE

About

A webapp which compares compression algorithms written in JavaScript.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published