node-formidable/formidable

The most used, flexible, fast and streaming parser for multipart form data. Supports uploading to serverless environments, AWS S3, Azure, GCP or the...

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 39 minutes ago
Added to GitGenius on September 9th, 2026
Created on May 7th, 2010
Open Issues & Pull Requests: 43 (+0)
GitHub issues: Enabled
Number of forks: 690
Total Stargazers: 7,174 (+0)
Total Subscribers: 108 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 2.8 days
Mean response time: 58.3 days
90th percentile: 141.0 days
Tracked items: 50

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 3% of issues opened in the past year have been closed. Three people close 85% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 14
New in 7 days: 0
Closed in 7 days: 1
Avg open age: 833 days
Stale 30+ days: 12
Stale 90+ days: 11

Recent activity

Opened in 7 days: 0
Closed in 7 days: 1
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (18)
  • Priority: Medium (8)
  • Area: APIs (7)
  • Area: streams (5)
  • Status: Accepted (5)
  • Type: Bug (5)
  • Type: Maintenance (5)
  • Status: Available (4)

Most active issues this week

Detailed Description

Formidable is a Node.js module for parsing multipart form data, especially file uploads.

The tool solves the problem of handling file uploads and form submissions in Node.js applications by providing a streaming parser that processes multipart form data efficiently. It works by parsing incoming form data streams and supporting uploads to multiple destinations including the filesystem, AWS S3, Azure Storage, and Google Cloud Platform, making it suitable for both traditional server environments and serverless deployments.

Formidable suits projects that need robust file upload handling with flexibility in storage backends. It is particularly valuable for serverless environments where traditional filesystem storage is unavailable. The tool has been battle-tested in production against hundreds of gigabytes of file uploads from diverse clients. Developers should be aware that older versions remain widely used but are deprecated and may contain vulnerabilities if not implemented carefully; the maintainers recommend upgrading to current versions and offer support for migration assistance. A minimal alternative called formidable-mini is available for fresh projects seeking a super minimal implementation using web standards like the FormData API.

The project is maintained by a small team of maintainers who actively manage issues and welcome additional contributors under strict security requirements. Development follows semantic versioning to provide clear upgrade paths between releases.