Hacker News new | ask | show | jobs
by smanuel 4046 days ago
Hmm, I didn't know that apps that use websockets needed a different kind of auto-scaling and monitoring.

That's interesting. Thanks!

1 comments

Yep, that's... interesting. For sure real time web application needs better reactivity when scaling up and down. But you can already achieve this kind of reaction time on existing platforms that uses Docker for example (disclaimer: I'm working on the Scalingo PaaS that already supports MeteorJS app, see https://scalingo.com/meteorjs-hosting).
Meteor's solution will also use containerization: http://info.meteor.com/blog/meteor-and-a-galaxy-of-container...