What are my hosting options for package demo apps and other non-commercial, non-mission-critical apps which I want to be publicly available?
We originally had a few things hosted on the Meteor free plan which I’d like to deploy again. It seems the cheapest Galaxy plan is about $29 per month right? Is that gonna be the best option? I’m not much of a devOps guys, but is there an exceedingly easy step-by-step on how I could maybe host on Digital Ocean very cheaply?
This prices just suck. Check out OVH. For only 3.5$ / month you’ll get 2gb of RAM, this will be more than enough for hosting multiple meteor apps.
The setup is the same as DO as it’s the same vps. I think you just need to dedicate some time to do it once or find a guy, who can setup / show how to do it for you
It would be awesome if galaxy had a $5-$10 tier for things like portfolio sites or example apps that get > 100 page views a month. I’d throw 3-4 apps up on something like that even if it came with a (virtually) zero customer support warning (or some other trade off).
Hi @matteodem
Does that mean it needs to be database-free, or can it still connect to a db provider? If you just have a static dataset, can you just load it from json into minimongo or something?