Earlier quoted context omitted.
Meteor's hosting platform will be optimized for websocket-oriented always-connected applications, with monitoring/auto-scaling features for that sort of app.
Hmm, I didn't know that apps that use websockets needed a different kind of auto-scaling and monitoring. That's interesting. Thanks!
Meteor Raises $20M
21–30 of 163 posts
Re: Meteor Raises $20M
#22I just wish it wasn't so tightly integrated into everything. I'd love to use Meteor as a library, but I'm always afraid of choosing something that I can't replace later. Either way, best of luck to them!
Re: Meteor Raises $20M
#23I looked into Meteor and it's amazing how everything clicks together. It's just such a drastic change in complexity and feels like a breath of fresh air. The one thing that made me drop it as the choice for a primary stack was the fact that it's tied so heavily into MongoDB. Meteor has a mongodb 'server' replicated client side, that's how they can actually make Meteor so god damn snappy, it's latancy compensation. If…
Re: Meteor Raises $20M
#24Re: Meteor Raises $20M
#25Is anyone here running Meteor in production? I've seen so many intro's and demo's and prototypes but have yet to see any actual products / companies built around it yet.
I have such high hopes for Meteor!
Re: Meteor Raises $20M
#26I'm actually looking into meteor at the moment, and the financial backing is a big plus, as it gives me some guarantee that the project will keep being maintained for the foreseeable future. It is indeed a breeze to prototype applications with it, but I am a little bit concerned about the costs of getting an actual production ready site with it. For intance, when is it ever OK to let your client write directly in the…
All of your questions are answered there.
Re: Meteor Raises $20M
#27Is anyone here running Meteor in production? I've seen so many intro's and demo's and prototypes but have yet to see any actual products / companies built around it yet.
Re: Meteor Raises $20M
#28Re: Meteor Raises $20M
#29Re: Meteor Raises $20M
#30I looked into Meteor and it's amazing how everything clicks together. It's just such a drastic change in complexity and feels like a breath of fresh air. The one thing that made me drop it as the choice for a primary stack was the fact that it's tied so heavily into MongoDB. Meteor has a mongodb 'server' replicated client side, that's how they can actually make Meteor so god damn snappy, it's latancy compensation. If…
My preferred "easy/simple" model of app design is Firebase (backend and JS lib for pure web clients), who have security figured out.