Earlier quoted context omitted.
We will be sharing more soon. We've been developing with Meteor since the winter of 2012 and two main scaling issues have crept up: (1) the web tier was a bottleneck prior to 0.7.0's implementation of oplog tailing; and (2) post oplog tailing, mongo actually became our bottleneck with the write locks. We were able to get to about 3300 concurrent users (in our very data-intensive application) against a single beefy mo…
Did/have you tried tokumx ?
Meteor hits 1.0
121–130 of 250 posts
Re: Meteor hits 1.0
#122Earlier quoted context omitted.
No, not at all. It's the other way around, really. Those who don't use Meteor for their projects may not be able to without trashing existing codebases.
What I'm hearing is that Meteor doesn't play well with others and that you should make the decision to go with Meteor carefully since changing your mind later will require a ground-up refactor. This is pretty much my experience as someone who started working on a project where the lead dev had decided to use Meteor and then quit leaving a wonky prototype with "reactive data", poor performance and missing functionalit…
Re: Meteor hits 1.0
#123Earlier quoted context omitted.
We will be sharing more soon. We've been developing with Meteor since the winter of 2012 and two main scaling issues have crept up: (1) the web tier was a bottleneck prior to 0.7.0's implementation of oplog tailing; and (2) post oplog tailing, mongo actually became our bottleneck with the write locks. We were able to get to about 3300 concurrent users (in our very data-intensive application) against a single beefy mo…
Okay, I'll bite: who is "We"?
Re: Meteor hits 1.0
#124seems like their selling point is data binding + client syncing. Considering I can do that with Ractive/React + Firebase, what's the advantage of using Meteor?
Re: Meteor hits 1.0
#125Earlier quoted context omitted.
The "running from a single box" at the end seems like it could be the most important part of the equation. Would you agree? Or rather, would that be the recommended place to start optimizing if your app runs into scaling problems?
Here is a very fine blog posts series on scaling Meteor horizontally, please consider looking at it: https://meteorhacks.com/pro-meteor/
edit: posted too soon they talk about it here https://meteorhacks.com/does-meteor-scale.html
Re: Meteor hits 1.0
#126Earlier quoted context omitted.
The "running from a single box" at the end seems like it could be the most important part of the equation. Would you agree? Or rather, would that be the recommended place to start optimizing if your app runs into scaling problems?
Here is a very fine blog posts series on scaling Meteor horizontally, please consider looking at it: https://meteorhacks.com/pro-meteor/
Re: Meteor hits 1.0
#127 if (Meteor.isClient) {
I don't get it. Are we shipping server side code to the client?Re: Meteor hits 1.0
#128This is about books as learning resources. For everyone looking to learn Meteor the first 8 chapters of Discover Meteor are available for free for the next week. It is probably the starting book for everyone :) https://book.discovermeteor.com/starter Also the Manning book Meteor in Action is 50% off the next week with the code jiafinal50 The book is in heavy development with updates every couple of weeks. However it…
It'll be a couple of days before a (completely) revised version is released for 1.0 though.
(Reviews can be found on Amazon: http://www.amazon.com/dp/B00MA8KVAY)
Re: Meteor hits 1.0
#129Earlier quoted context omitted.
Okay, I'll bite: who is "We"?
"We" are providing a large scale application in the education space, with more details to follow. I am not able to give much more now, but I can say that given the contractual nature of our application, we've been fortunate to start out with a HUGE user base that has taxed Meteor and exposed its scalability issues more than most typical Meteor apps at this time. It's still young, and there are some significant advanc…
Re: Meteor hits 1.0
#130Here's the official blog post announcement for Meteor 1.0: https://www.meteor.com/blog/2014/10/28/meteor-1-0