Tus.io: Open Protocol for Resumable File Uploads
1–10 of 32 posts
Re: Tus.io: Open Protocol for Resumable File Uploads
#2Re: Tus.io: Open Protocol for Resumable File Uploads
#3Re: Tus.io: Open Protocol for Resumable File Uploads
#4I guess getting things into the server stack can roll out slowly, with very limited and spotty adoption.
Browser support on the other hand...
Well, need I continue?
Suffice to say, that even without the open warfare between rival browser projects, and nightmare-mode security vulnerabilities in common browser plug-ins, it will only make a difference if hundreds of millions of users actually latch onto a new protocol, before it becomes something of a norm.
Re: Tus.io: Open Protocol for Resumable File Uploads
#5It's very domain specific and relies on GCP's JSON API so probably isn't suitable to apply broadly.
Re: Tus.io: Open Protocol for Resumable File Uploads
#6Re: Tus.io: Open Protocol for Resumable File Uploads
#7Why are they not prefixing their headers with "X-"?
Might be relevant. https://tools.ietf.org/html/rfc6648
Re: Tus.io: Open Protocol for Resumable File Uploads
#8Re: Tus.io: Open Protocol for Resumable File Uploads
#9Re: Tus.io: Open Protocol for Resumable File Uploads
#10But why a totally new protocol? Why not use bittorrent, rsync, or even ftp? A lot of effort has gone into making those reliable in the face of network congestion. Trying to shove a lot of bits down a single TCP connection with no traffic shaping is just asking for bufferbloat to strike.