I am so tired of the Goldilocks pricing model.
Discover Meteor
61–70 of 80 posts
Re: Discover Meteor
#62I have read the beta release of the book in its entirety. I do not know the book's authors personally, so I can give an unbiased assessment of the book and answer specific questions about the book. The Crux of the Matter: Coming from Node.js/Backbone.js/Express.js, I was pleasantly shocked and surprisingly inspired by how pleasurable and productive it is to develop with Meteor. I am not sure I feel this way about any…
Re: Discover Meteor
#63Earlier quoted context omitted.
I think it is mainly for SEO. I don't think google bots like meteor.
Meteor can be made to prep stuff for search engines and other spiders, but the current solution (they admit it's a stopgap) involves PhantomJS, which gets into serious resource consumption for a static site.
So we should let meteor to do what it is best at :)
Re: Discover Meteor
#64I would really appreciate If the authors could send me a copy of the book at this email: ajob367@gmail.com I'll surely pay you once I have a credit card. :)
Re: Discover Meteor
#65You can't get it from reading the docs. So this is the best way to get started with Meteor. And price is too high but its worthy.
+1 for the book as a meteor webapp.
Re: Discover Meteor
#66How many pages does the book have? Even with the discount: $30 is way too much for a tech book IMO. Maybe $20 would be doable.
The price is a complete non-issue for me. For me, the issue is time: why should I spend time learning this framework, versus all the other frameworks that I see showing up a few times a week on HN? If you convince me that my time is worth it, I'd pay $60 as easily as I'd pay $20.
Re: Discover Meteor
#67Re: Discover Meteor
#68I have read the beta release of the book in its entirety. I do not know the book's authors personally, so I can give an unbiased assessment of the book and answer specific questions about the book. The Crux of the Matter: Coming from Node.js/Backbone.js/Express.js, I was pleasantly shocked and surprisingly inspired by how pleasurable and productive it is to develop with Meteor. I am not sure I feel this way about any…
How does it deal with async stuff if I need it in a serial manner? With node I have async. What does meteor have that's similar?
'npm install async' becomes 'mrt add meteor-async' ...
Sometimes you have to do a little configuration work to get off the shelf NPM packages settled nicely with Fibers; but its not a huge deal and almost every day someone else will turn npm-somePackage into meteor-somePackage.