Best replacement for cfs packages for uploading files

Hi,
I am searching for replacement of cfs package. I got some good options like meteor-slingshot but these are for cloud. I want package to store files in my local storage. Any suggestions.

https://github.com/VeliovGroup/Meteor-Files is simple and works perfectly.

2 Likes

Just don’t store locally. Store in the cloud (You can use S3 very very cheaply). It enables scalability + NodeJS is very bad at delivering static assets.

You are right, I have both experiences and S3 saved my life. Easy, cheap, reliable and no extra management.

1 Like

Thanks @diaconutheodor & @macrozone. Thanks for your quick responses.