TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: JavaScript blob compression

1 pointsby galazzahover 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_parsonsover 8 years ago
<a href="http:&#x2F;&#x2F;nodeca.github.io&#x2F;pako&#x2F;" rel="nofollow">http:&#x2F;&#x2F;nodeca.github.io&#x2F;pako&#x2F;</a> <a href="http:&#x2F;&#x2F;pieroxy.net&#x2F;blog&#x2F;pages&#x2F;lz-string&#x2F;index.html" rel="nofollow">http:&#x2F;&#x2F;pieroxy.net&#x2F;blog&#x2F;pages&#x2F;lz-string&#x2F;index.html</a>