Discover Meteor
discovermeteor.com
Discover Meteor
1–10 of 80 posts
Re: Discover Meteor
#2Re: Discover Meteor
#3Re: Discover Meteor
#4Discover Meteor (formally known as "The Meteor Book") is a book that teaches how to build a social news reader called Microscope, a simplified version of Telescope (Show HN: https://news.ycombinator.com/item?id=4840032).
Re: Discover Meteor
#5How 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.
That said, I think the meteor platform looks like the "next big thing" and I'm excited to learn it from this book or elsewhere.
Re: Discover Meteor
#6Is it because there are no standards defined about testing Meteor apps or is Meteor being presented as a framework that does not need testing (hence, should not be used in production)?
Re: Discover Meteor
#7How 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.
Time to start valuing books based on knowledge contained rather than paper weight.
Re: Discover Meteor
#8In case anyone is wondering, Meteor ( http://meteor.com/ ) is a web framework which promises to make building real time web apps very easy. Its written in javascript and uses the node.js run time but doesn't play nicely with npm packages. Up until a recent version, it had no support but now you can write a wrapper to use a specific package. Discover Meteor (formally known as "The Meteor Book") is a book that teaches…
Microscope's code is a lot cleaner than Telescope's, and is also open-source: http://github.com/DiscoverMeteor/Microscope
Re: Discover Meteor
#9In case anyone is wondering, Meteor ( http://meteor.com/ ) is a web framework which promises to make building real time web apps very easy. Its written in javascript and uses the node.js run time but doesn't play nicely with npm packages. Up until a recent version, it had no support but now you can write a wrapper to use a specific package. Discover Meteor (formally known as "The Meteor Book") is a book that teaches…
Author here. Thanks for the summary! Just a small clarification: the book doesn't teach you how to build Telescope, it teaches you how to build Micro scope, a simplified version of Telescope that we built specifically for the book. Microscope's code is a lot cleaner than Telescope's, and is also open-source: http://github.com/DiscoverMeteor/Microscope
Re: Discover Meteor
#10A quick observation: 14+ chapters in the book and nothing on testing? At least, I did not find anything that talked about it. Is it because there are no standards defined about testing Meteor apps or is Meteor being presented as a framework that does not need testing (hence, should not be used in production)?
As soon as we feel we've got a good answer for it we'll include something in the book to point people in the right direction.