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.

Client side javascript fast compression library using LZJB algorithm.

28 pointsby bear330almost 15 years ago

4 comments

danfitchalmost 15 years ago
Interesting but I have yet to think of a way that I could use this.
convelalmost 15 years ago
already working on php implementation <a href="http://pastebin.com/9Gn8XwQD" rel="nofollow">http://pastebin.com/9Gn8XwQD</a> to use it on one project
dagerothalmost 15 years ago
at what sizes is it getting sensible to compress an answer to the server on the client? Could one use that for file uploads?
评论 #1494594 未加载
ergo98almost 15 years ago
This, coupled with the FileAPI, could be used for upload compression.<p>Am I incorrect in thinking that currently, outside of a Flash uploader, there is no way to compress uploads? That even if the server accepts gzip there is no compression of files sent up?