Hacker News new | ask | show | jobs
by zoren 4532 days ago
Base64 and then gzip just to make it easier on javascript? Seems hard on dropbox servers.

Why not use a multipart binary response?

1 comments

gzip is basically free on modern server hardware – if it makes life easier on mobile devices, this is a pretty easy tradeoff.