← Graph

tus protocol

concept 5 connections

Open protocol (tus.io) for resumable file uploads, created by the same team as Uppy. Despite sounding intimidating, it is just a collection of HTTP headers and a URL convention that client and server agree on to achieve resumable uploads. Generic: many client and server implementations exist across languages. Usage flow: uploads go through a tus server, which translates them to the specific storage service API — the tus client doesn't know where files ultimately live. Uppy provides a tus plug-in, and a Ruby gem implements a tus server compatible with Uppy endpoints.

category
protocol
about
tus protocol concept
Covered as the generic resumable-upload protocol option.
recommends
tus protocol concept
Recommends tus for language-agnostic resumable uploads.
tool Shrine
related_to
tus protocol concept
A Ruby tus-server gem implements the endpoints Uppy's tus client needs and is compatible with Shrine.
tool Uppy
uses
tus protocol concept
Uppy ships a tus plug-in; both are by Transloadit.
company Transloadit
works_on
tus protocol concept
Transloadit created the tus resumable-upload protocol.

Provenance

Read by
24 extractions