dmitriy-nz / nestjs-form-data

NestJS middleware for handling multipart/form-data, which is primarily used for uploading files.
https://www.npmjs.com/package/nestjs-form-data
MIT License
117 stars 23 forks source link

Replace unsupported busboy version with fastify fork #17

Closed Uzlopak closed 2 months ago

Uzlopak commented 2 years ago

Hi,

we forked busboy and fixed two critical bugs in the package, which could cause the node-process to crash or to hang. We also improved the performance and added some new features. It does not have breaking changes so it is a drop-in-replacement for busboy. It has a code coverage of about 95%.

https://github.com/fastify/busboy/blob/master/CHANGELOG.md https://github.com/fastify/busboy https://www.npmjs.com/package/@fastify/busboy

for tracking reasons: fastify/busboy#68

dmitriy-nz commented 1 year ago

Hi! I see a big acceleration compared to the version busboy@0.3.1 But there is a new version of busboy which is much better. (nestjs-form-data now using 1.6.0) Maybe you have performance comparison tests of the new versions of the libraries?

dmitriy-nz commented 2 months ago

Closed due to inactivity