Jump to ratings and reviews
Rate this book

Node.js in Practice by Alex R. Young

Rate this book
Node.js is a relatively new platform that lets software developers write the server side of web applications in JavaScript. Problem is—solid examples that show how to implement Node.js in production are still few and far between. That's exactly what this book offers.

Node.js in Practice assembles nearly 100 practical techniques that can be used when implementing Node in production. All the code is tested, instantly useful, and relevant. It's a random-access collection of fully-worked examples that offers solutions to the common-and not-so-common-issues faced when rolling out Node. It includes the ins and outs of event-based programming, how and why to use closures, how to structure applications to take advantage of end-to-end JavaScript apps, and more. The book arranges techniques into logical clusters like Events, Streams, File System, and Testing. The heavily-annotated code makes the examples easy to follow and handy cross-references show how techniques dovetail with other related examples.

Purchase of the print book comes with an offer of a free PDF eBook from Manning. Also available is all code from the book.

Unknown Binding

First published November 28, 2013

7 people are currently reading
80 people want to read

About the author

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
6 (18%)
4 stars
15 (46%)
3 stars
8 (25%)
2 stars
2 (6%)
1 star
1 (3%)
Displaying 1 - 5 of 5 reviews
Profile Image for Anton Antonov.
356 reviews50 followers
May 22, 2016
Solid NodeJS book that teaches you how to use NodeJS strong points.

Part 1 is definitely a must-read and really well explains NodeJs buffers and streams. No bullshit, only quality stuff. Probably my most favourite NodeJS book part/section I've read.

I really like the "problem, discussion, solution" approach of the book.
It makes reading and understanding the contents much better.

Part 2 is the standard nodejs webapp bullshit that you can skip.

Part 3 is relatively short - only one chapter on writing node modules, but it covers interesting topics such as benchmarking, sem versioning (finally people will learn how to use/understand it).


I would recommend this book for anyone wanting to learn how to properly utilize Node's strong points.
Profile Image for Majid Hajian.
36 reviews2 followers
February 26, 2017
I recommend this book specially first 4 chapters which are principles of Node, However, the book is a bit outdated and need to be updated.
Displaying 1 - 5 of 5 reviews

Can't find what you're looking for?

Get help and learn more about the design.