Which library I should use? The only purpose is to upload the files. I want to go with the most optimal library in terms of performance and scalability in terms of large requests. If my project scales up, I will be eventually using CDN services.
Which library I should use? The only purpose is to upload the files. I want to go with the most optimal library in terms of performance and scalability in terms of large requests. If my project scales up, I will be eventually using CDN services.
Here are some few things that you have to consider when choosing library in this context.
Firstly Personal belief:
But to answer your question: which should you choose?
So which to choose between Multer, Formidable and Busboy
1. If you want to store files in memory or disk:
2. If you want to store files in disk:
-Formidable is your go libray
3. For high-volume production-grade solution:
Base64 or Multipart?
Base64:
Multipart: