Get Ready for Winter Weather Introducing Kindle Unlimited. Your Journey Awaits Men's Clothing Men's Clothing Trend Shop All Men's Clothing Cloud Drive Photos U2 Amazon Fire Phone, now just $0.99 with a two-year contract Amazon Fire TV Amazon Wine  October Scrapbooking Month The Walking Dead The Walking Dead The Walking Dead Fire tablets Kindle Voyage Borderlands The Pre-Sequel New Arrivals in Sports & Outdoors Kids' Halloween Store
Programming Books C Java PHP Python Learn more Browse Programming Books
Buy New
$30.21
Qty:1
  • List Price: $44.99
  • Save: $14.78 (33%)
FREE Shipping on orders over $35.
In Stock.
Ships from and sold by Amazon.com.
Gift-wrap available.
Node.js in Action has been added to your Cart
Trade in your item
Get a $8.88
Gift Card.
Have one to sell? Sell on Amazon
Flip to back Flip to front
Listen Playing... Paused   You're listening to a sample of the Audible audio edition.
Learn more
See all 2 images

Node.js in Action Paperback – November 28, 2013

ISBN-13: 978-1617290572 ISBN-10: 1617290572 Edition: 1st

Buy New
Price: $30.21
45 New from $25.92 21 Used from $24.32
Amazon Price New from Used from
Paperback
"Please retry"
$30.21
$25.92 $24.32
Amazon%20Web%20Services
Store Virtually Everything on the AWS Cloud. AWS provides block storage, file storage, backup, archive, and disaster recovery. Get started free.
$30.21 FREE Shipping on orders over $35. In Stock. Ships from and sold by Amazon.com. Gift-wrap available.

Frequently Bought Together

Node.js in Action + Node.js the Right Way: Practical, Server-Side JavaScript That Scales + Single Page Web Applications: JavaScript end-to-end
Price for all three: $80.03

Buy the selected items together

NO_CONTENT_IN_FEATURE

Shop the new tech.book(store)
New! Introducing the tech.book(store), a hub for Software Developers and Architects, Networking Administrators, TPMs, and other technology professionals to find highly-rated and highly-relevant career resources. Shop books on programming and big data, or read this week's blog posts by authors and thought-leaders in the tech industry. > Shop now

Product Details

  • Paperback: 416 pages
  • Publisher: Manning Publications; 1 edition (November 28, 2013)
  • Language: English
  • ISBN-10: 1617290572
  • ISBN-13: 978-1617290572
  • Product Dimensions: 9.2 x 7.4 x 0.8 inches
  • Shipping Weight: 1.1 pounds (View shipping rates and policies)
  • Average Customer Review: 4.5 out of 5 stars  See all reviews (40 customer reviews)
  • Amazon Best Sellers Rank: #27,488 in Books (See Top 100 in Books)
  •  Would you like to update product info, give feedback on images, or tell us about a lower price? .


Editorial Reviews

About the Author

Mike Cantelon is a web programmer with 10 years of experience in bespoke and product-oriented web application development

Marc Harter is a passionate JavaScript developer with deep experience in event-style programming. He works daily on large scale projects including high availability real-time applications, streaming interfaces, and other data intensive systems.

T.J. Holowaychuk is a prolific open-source engineer who has backed Node since its infancy. He has also authored many robust Node.js modules, including the popular Express web framework, Cluster, Stylus, and Jade, among many others.

Nathan Rajlich is an active Node developer who has been working with Node since its early days. He has authored an impressive collection of Node modules including NodObjC and maintains a port of Node that runs on Apple's iOS.

Customer Reviews

It is easy to read, easy to follow, and has a very good writing style.
Dennis Reil
I'm most of the way through this now and I actually understand why I'd want to do certain things a certain way.
Jack Phelps
I highly recommend this book for those getting started learning and working with Node.js.
wizardbluebolt

Most Helpful Customer Reviews

29 of 30 people found the following review helpful By ronstern314 on December 4, 2013
Format: Paperback Verified Purchase
I am a dinosaur from the days of batch processing with Cobol programs on IBM mainframes. I wanted to build a new modern website for the small manufacturing company I now work for. HTML5 and client-side Javascript were fairly easy to pick up, but I had little experience with the server side of things, especially when it comes to interactive versus batch. I was relieved to discover Node.js, which allows server-side programming in Javascript. (I wasn't sure I could handle learning ANOTHER language (like PHP) at this point.) The online documentation for Node.js and its extensions is not (at the time, at least) geared to beginners, so thank goodness for "Node.js in Action." The book is clear and each chapter builds upon the previous one, gradually introducing new abstractions and program sophistication. This book is pretty much a "must have" for programmers new to Node.js, but make sure you have a good grounding in Javascript before you pick it up.
Comment Was this review helpful to you? Yes No Sending feedback...
Thank you for your feedback. If this review is inappropriate, please let us know.
Sorry, we failed to record your vote. Please try again
10 of 10 people found the following review helpful By Perri Orlando on December 9, 2013
Format: Paperback
I've just started learning nodejs and this is not the first book I read about the topic.

I found out this is the best book I've read so far on the topic.
It starts from the very beginning and guide you through the whole development process.
It doesn't delve deep into low level details but I think this is due to target audience for this book.

It explains you the basics and there are a lot of good examples to get you started.

Nodejs is very extensible and there are a lot of useful packages. The book tries to cover the most useful in the daily usage.

The only bit I didn't like a lot is the development of the first application, it comes to early in the book and doesn't really help in understanding the language.

The rest of the book is well done. I'd advice this book to all nodejs novice who want to get ready to use it quickly.
4 Comments Was this review helpful to you? Yes No Sending feedback...
Thank you for your feedback. If this review is inappropriate, please let us know.
Sorry, we failed to record your vote. Please try again
22 of 26 people found the following review helpful By scott on February 5, 2014
Format: Paperback Verified Purchase
I was really looking forward this book, but was disappointed. While the book has good code examples, there's very little coordination among chapters. It has 4 authors or so, and it shows. I was hoping for a more big picture view of Node (e.g., how best to organize a web app, or best practice as to what goes in /routes, app.js etc.) but the text reads like a compendium of short stories, one unrelated to the next. Buy this book for code snippets, not for the big picture.
Comment Was this review helpful to you? Yes No Sending feedback...
Thank you for your feedback. If this review is inappropriate, please let us know.
Sorry, we failed to record your vote. Please try again
7 of 8 people found the following review helpful By James Wright on November 19, 2013
Format: Paperback
I bought this book as part of my attempt to choose the best framework for replacing my aging and bloated JSF applications front end with.

My Javascript experience is reasonably limited so I found the first few chapters at times hard going to follow and understand as Nodes functional nature is a vastly different approach from the standard java applications I'm used to. However running the examples which were all relevant and easy to get working made it simple for me to eventually get my head round and I soon began to see the real power and flexibility that the Node framework and its functional non blocking structure has to offer.

I found the first section fascinating as I learnt the basics of Node but remember thinking at the time that it wasn't a viable candidate for my initial goal of finding a new UI framework for my existing application as it would involve an almost complete rewrite, and even after reading section 2 covering the Connect and Express modules which do make web applications simpler to implement that opinion still stands. That said though if I was to start writing a new application tomorrow I would definitely consider writing it in Node.

I thought the book itself as a guide to get a Node newbie like me up and running quickly whilst covering all the basics was excellent. It flowed well and kept me hooked until the end, I have tried all of the examples which whilst reasonably simple were all relevant and useful. In particular the shoutbox application created in chapter 9 I thought would give any application developer enough of a starting point to get up and running very quickly. This book has not only left me feeling confident that I could write Node applications straight away it makes me excited at the prospect of doing so.
Read more ›
Comment Was this review helpful to you? Yes No Sending feedback...
Thank you for your feedback. If this review is inappropriate, please let us know.
Sorry, we failed to record your vote. Please try again
Format: Paperback
There are so many things happening around Node.js nowadays that it is really hard to tell *where* to start from if you plan to jump on to node train. So I got myself this book and good news - it does exactly that! Nicely, slowly, from the scratch! Welcome to the journey of Node.js!

This book will guide you through the series of various use cases and walk you line-by-line through the code examples and patiently explain how Node works. Most of them get from very simple hello worlds to more complex problems (like full-blown app with photo uploading and pagination functionalities). On the other hand, some examples actually felt terrible - like the problem being solved was too artificial and uninteresting. In general I'd say that my feelings from the examples are a bit mixed.

Node.js has its own and unique ecosystem and you'll get through variety of very node friendly technologies. You'll see how to integrate Node.js with modern persistence solutions like MongoDB and Redis and more traditional SQL databases as well. You'll see how to use Node.js as your primary server-side framework and how to integrate it with popular web frameworks like Express or popular templating technologies like Mustache, Hogan.js, Jade etc. There is also chapter on 'Node ecosystem' and for some unknown reason it's the last chapter in the book. I suggest you read this chapter early to get the idea how does node.js taste out there in the wild.

One of the greatest advantages is that authors didn't forget about things like deployment, troubleshooting and clustering. There is a whole chapter on those things and it's definitely well wroth of reading!

Nothing's perfect though. Mistakes were made in this book as well.
Read more ›
Comment Was this review helpful to you? Yes No Sending feedback...
Thank you for your feedback. If this review is inappropriate, please let us know.
Sorry, we failed to record your vote. Please try again

Most Recent Customer Reviews


What Other Items Do Customers Buy After Viewing This Item?