DEV Community

Discussion on: Best way to store images on server

Collapse
 
timtwiest profile image
Tim • Edited

Hey! I would recommend S3 (aws.amazon.com/s3/) from AWS. It's a Cloud-based storage service. That is highly scalable and rather simple to implement. However, you do need some basic AWS experience. This can also be used with Multer and this extra Multer libary (npmjs.com/package/multer-s3)

Collapse
 
rusty_xx profile image
Grey_W I N D

Thank you so much. I just read a bit about s3 bucket list. And watching tuts on it tonight.