tus-js-client
Pure JavaScript client for the tus open protocol for resumable file uploads.
Why consider tus-js-client?
tus-js-client is the official open-source JavaScript client for the tus resumable upload protocol (developed by Transloadit). It enables reliable, chunked video and large media file uploads that automatically pause and resume over unstable network connections.
Learn tus-js-client by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide2 sections
Overview of tus-js-client
tus-js-client uploads multi-gigabyte media assets and video files with automatic pause and resume.
Quickstart
npm install tus-js-clientimport * as tus from "tus-js-client";const upload = new tus.Upload(file, { endpoint: "https://tusd.tusdemo.net/files/", onError: console.error, onSuccess: () => console.log("Upload finished:", upload.url) });upload.start();tus-js-client is licensed under the permissive MIT License.
Related tools
More options with a similar category or technology profile.
diskus
Minimal, fast alternative to du -sh written in Rust using multi-threaded directory traversal.
peco
Simplistic interactive filtering tool for Unix pipelines, process lists, and file trees.
Dapr CLI
Command-line tool for managing Dapr distributed application runtime environments and sidecars.
Freeze
Generate beautiful image screenshots and SVGs of code snippets and terminal outputs.