HAPPY BOOKSGIVING
Use code BOOKSGIVING during checkout to save 40%-55% on books and eBooks. Shop now.
Register your product to gain access to bonus material or receive a coupon.
This eBook includes the following formats, accessible from your Account page after purchase:
EPUB The open industry format known for its reflowable content and usability on supported mobile devices.
PDF The popular standard, used most often with the free Acrobat® Reader® software.
This eBook requires no passwords or activation to read. We customize your eBook by discreetly watermarking it with your name, making it uniquely yours.
This eBook includes the following formats, accessible from your Account page after purchase:
EPUB The open industry format known for its reflowable content and usability on supported mobile devices.
PDF The popular standard, used most often with the free Acrobat® Reader® software.
This eBook requires no passwords or activation to read. We customize your eBook by discreetly watermarking it with your name, making it uniquely yours.
Learning Node.js brings together the knowledge and JavaScript code needed to build master the Node.js platform and build server-side applications with extraordinary speed and scalability.
You’ll start by installing and running Node.js, understanding the extensions it uses, and quickly writing your first app. Next, building on the basics, you’ll write more capable application servers and extend them with today’s most powerful Node.js tools and modules. Finally, you’ll discover today’s best practices for testing, running Node.js code on production servers, and writing command-line utilities.
Throughout the book, author Marc Wandschneider teaches by walking the reader line-by-line through carefully crafted examples, demonstrating proven techniques for creating highly efficient applications and servers.
The second edition updates coverage of Node.js to reflect changes in the technology and how it is used in the three years since the first edition was published:
If you're a developer who wants to build server-side web applications with Node.js, Learning Node.js is your fatest route to success.
Node.js Asynchronous Programming
Download the sample pages (includes Chapter 3 and Index)
Introduction
Part I: Learning to Walk
1. Getting Started
2. A Closer Look at JavaScript
3. Asynchronous Programming
Part II: Learning to Run
4. Writing Simple Applications
5. Modules
6. Expanding Your Web Server
Part III: Writing Web Applications
7. Building Web Applications with Express
8. Databases I: NoSQL (MongoDB)
9. Databases II: SQL (MySQL)
Part IV: Getting the Most Out of Node.js
10. Deployment and Development I: Rolling Your Own
11. Deployment and Development II: Heroku and Azure
12. Command-Line Programming
13. Testing