from
Hacker News
Top
New
Ask HN: JavaScript blob compression
by
galazzah
on 11/1/16, 9:26 PM with 1 comments
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?
by
mike_r_parsons
on 11/2/16, 9:57 AM
http://nodeca.github.io/pako/
http://pieroxy.net/blog/pages/lz-string/index.html