getlarge / nestjs-tools

Open-source libraries for NestJS framework
Apache License 2.0
50 stars 5 forks source link

feat: create lib to handle file upload for Fastify-based apps #71

Closed getlarge closed 4 months ago

getlarge commented 4 months ago

To solve this issue some solutions already exist:

@nest-lab/fastify-multer depends on fastify-multer, which is abandoned and not maintained anymore ❌

nest-file-fastify depends on fastify-multipart, and the Fastify team maintains it. But nest-file-fastify is outdated and unmaintened. ❌

This lib will fork nest-file-fastify and update the fastify-multipart dependency to the latest version.

JoCat commented 4 months ago

👍