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

pillarjs/multiparty

A node.js module for parsing multipart-form data requests which supports streams2 observed · 2026-08-28

github.com/pillarjs/multiparty · JavaScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

76/100

  • Activity 84
  • Release rhythm 51
  • 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: 5085
  • days_rel: 114
  • days_push: 99
  • n_releases_24m: 1

Full methodology

Adoption not part of the score

1298 stars · 164 forks observed · 2026-08-28

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

multiparty is a Node.js library for parsing HTTP requests with content-type multipart/form-data, commonly used for handling file uploads. It supports streaming (streams2) and offers configurable limits on field and file sizes.

Use cases

  • parse multipart/form-data file uploads in node.js
  • handle file upload requests in an http server
  • stream incoming form data without buffering everything in memory
  • extract fields and files from a form post
  • limit upload size and field count in node.js

When to choose

  • you need a battle-tested multipart parser for a plain Node.js http server
  • you want streaming parsing of large file uploads
  • you need fine-grained limits on fields and file sizes

When to avoid

  • you need maximum parsing performance - busboy is faster
  • you are using a framework with built-in multipart handling
  • you need browser-side form handling - this is server-side only

Facets

library · maturity active

parser file-upload http-server middleware web-development backend files apis multipart-form-data file-upload streaming http-request-parsing nodejs javascript

2 sources

Member repositories

RepositoryRoleHealth v2
pillarjs/multipartymain76

For agents

markdown · JSON · MCP: product_card(name="pillarjs/multiparty")

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