# tus/tus-node-server

Node.js tus server, standalone or integrable in any framework, with disk, S3, Azure, and GGC stores.

Repository: https://github.com/tus/tus-node-server
Canonical: https://ross.abutalabs.com/products/tus-node-server
Homepage: https://tus.io/
Language: TypeScript
License: MIT
License Family: permissive
Topics: tus, upload, upload-server, aws-s3, file-storage, google-cloud-storage, nodejs, azure, resumable-upload
Last push: 2026-08-31T11:18:26+00:00

## Health v2 (maintenance only)
Score: 100/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 100, release rhythm 100, longevity 100
- inputs: {"age_days": 3982, "days_push": 2, "days_rel": 2, "gap_med": 0.0, "n_releases_24m": 53}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1094, forks 227 (observed 2026-09-01T02:14:08.151659+00:00)

## What it is
tus-node-server is the official Node.js/TypeScript implementation of the tus resumable upload protocol, usable standalone or integrated into any server framework. It supports pluggable datastores including local disk, AWS S3, Google Cloud Storage, and Azure.

## Use cases
- add resumable file uploads to my node server
- handle large file uploads that survive network interruptions
- upload files directly to S3 with pause and resume support
- integrate tus upload endpoint into Next.js or Nuxt
- run a standalone upload server with disk storage
- accept uploads in serverless environments like AWS Lambda or Cloudflare

## When to choose
- you need reliable resumable uploads in a Node.js or meta-framework backend
- you want pluggable storage backends like disk, S3, GCS, or Azure
- you already use tus clients such as tus-js-client or Uppy

## When to avoid
- your backend is not JavaScript/Node.js based (consider tusd, tusdotnet, or rustus)
- you only need simple small-file uploads where resumability is unnecessary
- you need a storage backend not yet supported and cannot extend one

## Facets
- artifact type: library
- maturity: active
- function: http-server, file-upload, middleware, web-framework
- domain: web-development, backend, files, apis
- platform: bun, serverless, cloud, self-hosted
- tags: tus-protocol, resumable-upload, file-storage, s3, gcs, azure, typescript, nodejs, deno

## Member repositories
- tus/tus-node-server (main) score 100

## Provenance
- Observed fields: from GitHub, fetched 2026-09-01T02:14:08.151659+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:47:38.475851+00:00, confidence not recorded.
  - readme: https://github.com/tus/tus-node-server (fetched 2026-09-01T02:14:08.151659+00:00, sha 27c50c7d7561)
  - homepage: https://tus.io/ (fetched 2026-08-29T12:50:44.554979+00:00, sha 61b6c0458b1b)
  - registry_npm: https://registry.npmjs.org/tus-node-server (fetched 2026-08-29T12:50:44.559938+00:00, sha 92426fa4b202)
  - site_page: https://tus.io/faq (fetched 2026-08-29T12:50:44.557766+00:00, sha 11a1bb9f2257)
- Data as of 2026-08-30T08:39:29.467469+00:00.
