Zipper
VisitDescription
Zipper is a file compression and decompression app written in C. It leverages the Huffman Coding algorithm and the deployed vercel is configured to support files up to 150MB.
I've written a full article explaining the very details of the algorightm and the implementation of the C and the JavaScript part, just check my blog.
You can also see the code on my Github.
Tech stack
- WebAssembly;
- C;
- JavaScript;
- Vercel;