This title is currently out of stock. Leave us your email address, we’d let you know when it’s in stock again!
-
A note on book covers: while we do our best to ensure the accuracy of cover images, ISBNs may at times be reused for different editions of the same title which may hence appear as a different cover.
Node.js The Right Way: Practical, Server-Side JavaScript That Scales
Node.js The Right Way: Practical, Server-Side JavaScript That Scales
Couldn't load pickup availability
JavaScript is the backbone of the modern web, powering nearly every web app's user interface. Node.js is JavaScript for the server. This book shows you how to develop small, fast, low-profile, useful, networked applications. You'll write asynchronous, non-blocking code using Node's style and patterns. You'll cluster and load balance your services with Node core features and third-party tools. You'll work with many protocols, creating RESTful web services, TCP socket clients and servers, and more.
This short book packs a hefty dose of Node.js. You'll test your code's functionality and performance under load. You'll learn important aspects of Node development—from its architecture and core, to its ecosystem of third-party modules. You'll discover how Node pairs a server-side event loop with a JavaScript runtime to produce screaming fast, non-blocking concurrency. Through a series of practical programming domains, you'll use the latest available ECMAScript Harmony features and harness key Node classes such as EventEmitter and Stream. Throughout the book, you'll develop real programs that are small, fast, low-profile, and useful.
Get ready to join a smart community that's rapidly advancing the state of the art in web development.
What You
Latest stable release of Node.js, this book was written with 0.12.x in mind. The 0MQ (ZeroMQ) library, version 3.2 or higher.
Details of Book
A note on book covers: while we do our best to ensure the accuracy of cover images, ISBNs may at times be reused for different editions of the same title which may hence appear as a different cover.

-
One Line Summary
Practical guide for scalable server-side JavaScript development.
-
Who is this book for?
If you're interested in building efficient and scalable network applications using JavaScript, this book is a fantastic resource. It dives deep into creating fast, asynchronous server code while exploring the vibrant Node.js ecosystem. It's perfect for those who want to take their JavaScript skills to the next level and develop robust backend services.