Rate this book

Node.Js The Right Way: Practical, Server-Side JavaScript That Scales (2013)

by Jim R. Wilson(Favorite Author)
3.99 of 5 Votes: 5
ISBN
1937785734 (ISBN13: 9781937785734)
languge
English
publisher
Pragmatic Bookshelf
review 1: This one is tough. It does a GREAT job of explaining node-isms, but unfortunately I have to deduct an otherwise 5 star rating because of one pretty big problem.... the author writes the book on the new ECMAscript standard, but does so using pretty poor practices for the new features, and the points where the features are introduced, they are done so poorly, or incorrectly.For example, the author uses the 'let' assignment keyword inside a non-iterative, non-closing function, and then goes on to describe the 'let' keyword as: "let declares a variable, but a variable declared with let can be assigned a value more than once."And no other explanation to go with it. For an inexperienced js programmer (likely a high % of the readers of this book), this will lead to problems,... more since the exact same definition could be used with the 'var' keyword.I know the author had a difficult decision to use/not use the new features without spending time outside the scope of the book, but I do feel the way the features are used here could lead some beginners into problems down the line.If you are new to Javascript, read a good beginning js fundamentals book first (Javascript Ninja, You don't know js, Javascript the Good Parts... to name a few), or at least the first few chapters of one of those, before coming to this book to avoid this potential pitfall.All in all, the best beginner node.js book I've read/reviewed thus far. Looking forward to a 2nd edition!
review 2: A good explanation of Node.js. It starts not with another explanation of how to build a fast web application but instead shows how you can use Node.js to watch your file system. This approach is great to show what Node.js can do beyond the web. Some chapters could have delivered a bit more details and a deeper explanation on why those things work the way they do. What I missed was a more practical advice on how to test a Node.js application. less
Reviews (see all)
Aadya
This was a straight way to learn Node.js. Simple explained with real examples and using real tools.
lele
It emphasises the asynchronous aspect of Node, but is really shallow when it comes to testing.
shrozita1
A very pratical guide on how to start working with Node.js
Write review
Review will shown on site after approval.
(Review will shown on site after approval)