Which PaaS would be best for a Meteor JS app that needs to be scalable? -


i trying evaluate whether meteor js suitable future project incorporate live chat, , may need scalable.

it can perform chat functions, don't want paint myself corner if traffic spikes , need provision app more resources in form of drones/dynos/instances. have read meteor app on heroku won't scale (perhaps not @ all?). not clear on whether heroku issue, or more current state of meteor js (0.6.2.1 @ time). i've not found more related nodejitsu or appfog.

can clarify whether meteor js app can deployed on paas such resources (drones/dynos/instances) can scaled meet demand? if so, paas? if not, explanation (for 5-year-old), , there roadmap?

personally i've set myself aws load balancer , ec2 instances, db on @ mongohq.

the load balancer setup made easier following these instructions:

http://www.ripariandata.com/blog/creating-an-aws-elastic-load-balancer

i wrote script deploy single ec2 instance. wouldn't work add additional remotes in case have multiple instances:

https://github.com/matb33/meteor-ec2-install


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

qt - Errors in generated MOC files for QT5 from cmake -