Ross ROSS = Recommend OSS · open-source software intelligence for agents

tus/tus-js-client

A pure JavaScript client for the tus resumable upload protocol observed · 2026-08-28

github.com/tus/tus-js-client · homepage · JavaScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

78/100

  • Activity 97
  • Release rhythm 40
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: 1
  • age_days: 4167
  • days_rel: 594
  • days_push: 22
  • n_releases_24m: 6

Full methodology

Adoption not part of the score

2618 stars · 339 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

tus-js-client is a pure JavaScript client library for the tus resumable upload protocol, an HTTP-based protocol for interruptible, resumable file uploads. It runs in browsers, Node.js, React Native, and Apache Cordova, handling retries, progress reporting, and resuming interrupted uploads.

Use cases

  • upload large files reliably from the browser
  • resume interrupted file uploads after network failures
  • add pause and resume to a file uploader
  • upload files from a React Native or Cordova app
  • show upload progress with retry on flaky mobile networks
  • implement a client for a tus-compatible upload server

When to choose

  • your server (or a service like Vimeo) speaks the tus protocol
  • users upload large files over unreliable networks and you need resumability
  • you need one uploader that works across browser, Node.js, and mobile environments

When to avoid

  • your backend only accepts plain multipart/form-data uploads and you cannot deploy a tus server
  • you only upload tiny files where resumability adds no value
  • you need a full upload UI widget rather than a protocol client library

Facets

library · maturity stable

file-upload http-client web-development files apis browser cross-platform resumable-uploads tus-protocol javascript react-native cordova file-transfer nodejs web-server

4 sources

Member repositories

RepositoryRoleHealth v2
tus/tus-js-clientmain78

For agents

markdown · JSON · MCP: product_card(name="tus/tus-js-client")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem