Hi,
I have been using Modulus.io to host my Meteor Apps. However lately it seems that their having a lot of issues. For example right now I can’t even deploy.
I’m looking to try something else. Either AWS Beanstalk or Heroku has anyone been using them? What’s your experience?
@almog I haven’t done that yet, but before delving into the project I’d read about others’ experience and concluded it’s something I could cope with along the way (hopefully indeed)
@arunoda I was referring to sticky sessions and the specific meteor / node requirements. I thought that there are some issues with DO is that incorrect?
This is a summary here of my experiences with different hosting solutions.
At the moment, I’m loving the simplicity of Digital Ocean + Compose + Mup. If things ever get serious though (in terms of growing traffic), I might be heading back to AWS Elastic Beanstalk.
I’m yet to experiment with meteorhacks:cluster, but it looks like it might be an easy way to scale using D.O… As far as I know, D.O. gives no problem with meteor specific stuff like sticky sessions – you just set up your box with something that handles that.
Nope! DO is just fine. They are barebones linux servers after all. The only thing it lacks is automated server deployment to scale depending on traffic. There are tools to help you with that as well, but aws elastic beanstalk may be favorable due to its native, single-vendor approach.