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.

Compression Streams – JavaScript APIs to compress and decompress binary data

3 pointsby dhotsonover 5 years ago

1 comment

coder4lifeover 5 years ago
I just use brotli compression in fastify to stream JSON (or anything really) to the browser<p>This is an interesting spec though. Kinda weak they only have gzip and deflate that have been around for DECADES. At least support some newer specs like brotli that have better compression. It already exists in the browser goddamnit!<p><a href="https:&#x2F;&#x2F;www.fastify.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.fastify.io&#x2F;</a>
评论 #22380601 未加载