jmcdo29 / nest-lab

A repository to hold "experimental" packages for Nest. Honestly, I'm just tired of not having a good scope to put packages under :smile_cat:
84 stars 6 forks source link

Add stream support #41

Open KR1470R opened 5 months ago

KR1470R commented 5 months ago

It would be great to be able to stream large files instead of load them to buffer.

jmcdo29 commented 5 months ago

Shouldn't this be related to the multer configuration? @nest-lab/fastify-multer is just a wrapper on top of fastify-multer. You might need a custom multer engine, but it should still be compatible with the library