Hacker News new | ask | show | jobs
by jcrotor 4309 days ago
What about when it becomes mildly popular and you have to rewrite it again because it isn't cost effective to scale at all? It isn't time saved, it is time wasted.

People that don't or haven't tried to understand node.js or express like meteor. Picking up meteor is easier, but its not all that useful at the moment. There are other frameworks that are better than meteor and allow you to achieve the same end (realtime).

Don't get me wrong, it is neat, and I am glad they are exploring a new area of development, but promoting it as anything other than a pet project is misleading.

1 comments

Hello jcrotor. I think that a Meteor app could easily handle hundreds of simultaneous connections on a very small server.

Meteor is for writing highly interactive/reactive applications and I don't know if it is even meant for massive scaling.

There is a sweet spot for Meteor for apps that will not have millions of users.