Hacker News new | ask | show | jobs
by terenceng2010 2891 days ago
Haven't used meteor for a while, how does it solve the scaling issue for large amount of pub/sub?
1 comments

Scaling requires attention, but not more or less than any other stack. Zeit’s now enables on demand horizontal scaling and they’re relatively inexpensive. Meteor, for whatever reason, got a bad reputation for scaling, but Josh Owens wrote up a guide in 2014: http://joshowens.me/how-to-scale-a-meteor-js-app/

I’ve never experienced any website that responds faster than one built with meteor post 1.7 in an updated browser. Lightning fast

Apollo can also be used with graphQL, but I’m happy with the results using mongo and DDP out of the box with one simple command meteor create Deploying to now is also a one liner thanks to meteor now