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

richardgirges/express-fileupload

Simple express file upload middleware that wraps around busboy observed · 2026-08-28

github.com/richardgirges/express-fileupload · JavaScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

36/100

  • Activity 30
  • Release rhythm 8
  • Longevity 100
How is this computed?

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

  • gap_med: n/a
  • age_days: 4052
  • days_rel: 424
  • days_push: 424
  • n_releases_24m: 1

Full methodology

Adoption not part of the score

1557 stars · 259 forks observed · 2026-08-28

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

express-fileupload is a simple Express middleware that wraps Busboy to handle multipart file uploads, exposing uploaded files on req.files. It supports moving files, temp files, size limits, and checksums.

Use cases

  • handle file uploads in an express server
  • parse multipart form data in nodejs
  • save uploaded files to disk or memory
  • enforce upload size limits
  • compute checksums of uploaded files

When to choose

  • you use Express and need quick multipart upload handling
  • you want a minimal middleware rather than a full framework
  • you need temp-file or buffer-based upload handling

When to avoid

  • you use Fastify, Koa, or a non-Express framework
  • you need advanced streaming or cloud storage integrations
  • your framework already includes multipart parsing

Facets

library · maturity active

file-upload middleware web-development backend files express busboy multipart forms nodejs

2 sources

Member repositories

RepositoryRoleHealth v2
richardgirges/express-fileuploadmain36

For agents

markdown · JSON · MCP: product_card(name="richardgirges/express-fileupload")

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