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

mscdex/busboy

A streaming parser for HTML form data for node.js observed · 2026-08-28

github.com/mscdex/busboy · JavaScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

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: 4846
  • days_rel: n/a
  • days_push: 824
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2999 stars · 222 forks observed · 2026-08-28

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

Busboy is a Node.js library that provides a streaming parser for HTML form data, primarily multipart/form-data uploads. It emits events for files and fields so uploads can be processed incrementally without buffering entire requests in memory.

Use cases

  • parse multipart form uploads in a node.js http server
  • stream large file uploads to disk without loading them into memory
  • extract text fields from submitted html forms
  • handle file upload endpoints in express or plain node http
  • process incoming form-data requests incrementally

When to choose

  • you need low-level, memory-efficient streaming parsing of multipart/form-data in node.js
  • you want fine-grained control over how uploaded files and fields are handled
  • you are building your own upload middleware or framework on top of it

When to avoid

  • you want batteries-included upload handling with validation and storage built in (use multer or formidable)
  • you are not working with node.js http form data
  • you need to parse urlencoded-only forms with simple key-value semantics

Facets

library · maturity stable

parser file-upload http-server middleware web-development backend files multipart form-data streaming file-uploads nodejs web-server

2 sources

Member repositories

RepositoryRoleHealth v2
mscdex/busboymain32

For agents

markdown · JSON · MCP: product_card(name="mscdex/busboy")

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