javascript - How to store images out of meteor project on live server but access them from web -


i have small meteor project image library. have 100k images uploaded on server , use them in project.

when create bundle images inside /public/img/ folder, resource entries present inside bundle\programs\web.browser\program.json makes ~40mb. when try start server live on vps server, not start unfortunately.

so need suggestion how manage these images accessed web using meteor?

note : know little s3 storage, want keep simple , on server.

using s3 doesn't have complicated. can set , solve issue having.

i'd recommend read this great article meteor chef find out how use s3!


Comments

Popular posts from this blog

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

python Tkinter Capturing keyboard events save as one single string -

sql server - Why does Linq-to-SQL add unnecessary COUNT()? -