TE
TechEcho
Home
24h Top
Newest
Best
Ask
Show
Jobs
English
GitHub
Twitter
Home
Ask HN: JavaScript blob compression
1 points
by
galazzah
over 8 years ago
I need to compress a blob of binary data in JS before it gets sent to a compute engine. Iv'e checked out GZIP.js and JZIP.js but I don't think they do what I want to do. Any ideas?
1 comment
mike_r_parsons
over 8 years ago
<a href="http://nodeca.github.io/pako/" rel="nofollow">http://nodeca.github.io/pako/</a> <a href="http://pieroxy.net/blog/pages/lz-string/index.html" rel="nofollow">http://pieroxy.net/blog/pages/lz-string/index.html</a>