{"library":"connect-busboy","type":"library","category":null,"description":"connect-busboy is a middleware for Node.js Connect and Express applications, designed to parse `multipart/form-data` requests, primarily for file uploads and complex form data. It acts as a wrapper around the powerful, streaming `busboy` parser, providing a simpler API for integration into the middleware stack. The current stable version is 1.0.0. The package has seen no updates in over four years (last published April 2022), indicating a maintenance-only status with a very slow release cadence. While it provides a straightforward way to handle multipart requests, more actively maintained alternatives like `multer` or `express-fileupload` are often preferred for modern Express applications due to ongoing support and feature development.","language":"javascript","status":"maintenance","version":"1.0.0","tags":["javascript","connect","middleware","uploads","forms","multipart","form-data"],"last_verified":"Wed May 27","install":[{"cmd":"npm install connect-busboy","imports":["const busboyMiddleware = require('connect-busboy');","const busboy = require('connect-busboy'); app.use(busboy());"]},{"cmd":"yarn add connect-busboy","imports":[]},{"cmd":"pnpm add connect-busboy","imports":[]}],"homepage":null,"github":"https://github.com/mscdex/connect-busboy","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/connect-busboy","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/connect-busboy/compatibility"}}