

Hero image 0 of Node.js in Practice (Edition 1) (Paperback), 0 of 1
Node.js in Practice (Edition 1) (Paperback)
(No ratings yet)
Key item features
Summary
Node.js in Practice is a collection of fully tested examples that offer solutions to the common and not-so-common issues you face when you roll out Node. You'll dig into important topics like 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.
Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.
About the Book
You've decided to use Node.js for your next project and you need the skills to implement Node in production. It would be great to have Node experts Alex Young and Marc Harter at your side to help you tackle those day-to-day challenges. With this book, you can!
Node.js in Practice is a collection of 115 thoroughly tested examples and instantly useful techniques guaranteed to make any Node application go more smoothly. Following a common-sense Problem/Solution format, these experience-fueled techniques cover important topics like event-based programming, streams, integrating external applications, and deployment. The abundantly annotated code makes the examples easy to follow, and techniques are organized into logical clusters, so it's a snap to find what you're looking for.
Written for readers who have a practical knowledge of JavaScript and the basics of Node.js.
What's Inside
About the Authors
Alex Young is a seasoned JavaScript developer who blogs regularly at DailyJS. Marc Harter works daily on large-scale projects including high-availability real-time applications, streaming interfaces, and other data-intensive systems.
Table of Contents
Node.js in Practice is a collection of fully tested examples that offer solutions to the common and not-so-common issues you face when you roll out Node. You'll dig into important topics like 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.
Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.
About the Book
You've decided to use Node.js for your next project and you need the skills to implement Node in production. It would be great to have Node experts Alex Young and Marc Harter at your side to help you tackle those day-to-day challenges. With this book, you can!
Node.js in Practice is a collection of 115 thoroughly tested examples and instantly useful techniques guaranteed to make any Node application go more smoothly. Following a common-sense Problem/Solution format, these experience-fueled techniques cover important topics like event-based programming, streams, integrating external applications, and deployment. The abundantly annotated code makes the examples easy to follow, and techniques are organized into logical clusters, so it's a snap to find what you're looking for.
Written for readers who have a practical knowledge of JavaScript and the basics of Node.js.
What's Inside
- Common usage examples, from basic to advanced
- Designing and writing modules
- Testing and debugging Node apps
- Integrating Node into existing systems
About the Authors
Alex Young is a seasoned JavaScript developer who blogs regularly at DailyJS. Marc Harter works daily on large-scale projects including high-availability real-time applications, streaming interfaces, and other data-intensive systems.
Table of Contents
- Getting started
- Globals: Node's environment
- Buffers: Working with bits, bytes, and encodings
- Events: Mastering EventEmitter and beyond
- Streams: Node's most powerful and misunderstood feature
- File system: Synchronous and asynchronous approaches
- Networking: Node's true "Hello, World"
- Child processes: Integrating external applications with Node
- The Web: Build leaner and meaner web applications
- Tests: The key to confident code
- Debugging: Designing for introspection and resolving issues
- Node in production: Deploying applications safely
- Writing modules: Mastering what Node is all about
PART 1 NODE FUNDAMENTALS
PART 2 REAL-WORLD RECIPES
PART 3 WRITING MODULES
Specs
- Book formatPaperback
- Fiction/nonfictionNon-Fiction
- GenreComputing & Internet
- Pub date2014-12-19
- Pages424
- Number in series1
Current price is USD$47.93
Price when purchased online
- Free shipping
Free 30-day returns
How do you want your item?
Columbus, 43215
Arrives between Apr 17 - Apr 24
|Sold and shipped by newbookdeals
4.559304164470216 stars out of 5, based on 1897 seller reviews(4.6)1897 seller reviews
Free 30-day returns
About this item
Product details
shelf
Summary
Node.js in Practice is a collection of fully tested examples that offer solutions to the common and not-so-common issues you face when you roll out Node. You'll dig into important topics like 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.
Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.
About the Book
You've decided to use Node.js for your next project and you need the skills to implement Node in production. It would be great to have Node experts Alex Young and Marc Harter at your side to help you tackle those day-to-day challenges. With this book, you can!
Node.js in Practice is a collection of 115 thoroughly tested examples and instantly useful techniques guaranteed to make any Node application go more smoothly. Following a common-sense Problem/Solution format, these experience-fueled techniques cover important topics like event-based programming, streams, integrating external applications, and deployment. The abundantly annotated code makes the examples easy to follow, and techniques are organized into logical clusters, so it's a snap to find what you're looking for.
Written for readers who have a practical knowledge of JavaScript and the basics of Node.js.
What's Inside
About the Authors
Alex Young is a seasoned JavaScript developer who blogs regularly at DailyJS. Marc Harter works daily on large-scale projects including high-availability real-time applications, streaming interfaces, and other data-intensive systems.
Table of Contents
Node.js in Practice is a collection of fully tested examples that offer solutions to the common and not-so-common issues you face when you roll out Node. You'll dig into important topics like 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.
Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.
About the Book
You've decided to use Node.js for your next project and you need the skills to implement Node in production. It would be great to have Node experts Alex Young and Marc Harter at your side to help you tackle those day-to-day challenges. With this book, you can!
Node.js in Practice is a collection of 115 thoroughly tested examples and instantly useful techniques guaranteed to make any Node application go more smoothly. Following a common-sense Problem/Solution format, these experience-fueled techniques cover important topics like event-based programming, streams, integrating external applications, and deployment. The abundantly annotated code makes the examples easy to follow, and techniques are organized into logical clusters, so it's a snap to find what you're looking for.
Written for readers who have a practical knowledge of JavaScript and the basics of Node.js.
What's Inside
- Common usage examples, from basic to advanced
- Designing and writing modules
- Testing and debugging Node apps
- Integrating Node into existing systems
About the Authors
Alex Young is a seasoned JavaScript developer who blogs regularly at DailyJS. Marc Harter works daily on large-scale projects including high-availability real-time applications, streaming interfaces, and other data-intensive systems.
Table of Contents
- Getting started
- Globals: Node's environment
- Buffers: Working with bits, bytes, and encodings
- Events: Mastering EventEmitter and beyond
- Streams: Node's most powerful and misunderstood feature
- File system: Synchronous and asynchronous approaches
- Networking: Node's true "Hello, World"
- Child processes: Integrating external applications with Node
- The Web: Build leaner and meaner web applications
- Tests: The key to confident code
- Debugging: Designing for introspection and resolving issues
- Node in production: Deploying applications safely
- Writing modules: Mastering what Node is all about
PART 1 NODE FUNDAMENTALS
PART 2 REAL-WORLD RECIPES
PART 3 WRITING MODULES
info:
We aim to show you accurate product information. Manufacturers, suppliers and others provide what you see here, and we have not verified it. Â
Specifications
Book format
Paperback
Fiction/nonfiction
Non-Fiction
Genre
Computing & Internet
Pub date
2014-12-19
Warranty
Warranty information
Please be aware that the warranty terms on items offered for sale by third party Marketplace sellers may differ from those displayed in this section (if any). To confirm warranty terms on an item offered for sale by a third party Marketplace seller, please use the 'Contact seller' feature on the third party Marketplace seller's information page and request the item's warranty terms prior to purchase.
Similar items you might like
Based on what customers bought
Implementing Cloud Design Patterns for AWS (Paperback) $42.27
$4227current price $42.27Implementing Cloud Design Patterns for AWS (Paperback)
Node.js By Example (Paperback) $46.57
$4657current price $46.57Node.js By Example (Paperback)
Samer Buna Efficient Node.js (Paperback) $44.94
$4494current price $44.94Samer Buna Efficient Node.js (Paperback)
The Practice of Self-Management (Paperback) $19.95
$1995current price $19.95The Practice of Self-Management (Paperback)
Mastering Immutable.js (Paperback) $42.27
$4227current price $42.27Mastering Immutable.js (Paperback)
Node Web Development (2nd Edition) (Paperback) $46.57
$4657current price $46.57Node Web Development (2nd Edition) (Paperback)
Leading and Learning Together: Cultivating School Change from Within, (Paperback) $36.95
$3695current price $36.95Leading and Learning Together: Cultivating School Change from Within, (Paperback)
Learning Serverless: Design, Develop, and Deploy with Confidence (Paperback) $25.25
$2525current price $25.25Learning Serverless: Design, Develop, and Deploy with Confidence (Paperback)
Training to Teach: A Guide for Students, (Paperback) $53.00
$5300current price $53.00Training to Teach: A Guide for Students, (Paperback)
Coaching and Mentoring Coaching in the Classroom: Bringing out the best in learners, (Paperback) $44.33
$4433current price $44.33Coaching and Mentoring Coaching in the Classroom: Bringing out the best in learners, (Paperback)
Deploying Node.js (Paperback) $46.57
$4657current price $46.57Deploying Node.js (Paperback)
Source: The Inner Path of Knowledge Creation (16pt Large Print Edition), (Paperback) $42.27
$4227current price $42.27Source: The Inner Path of Knowledge Creation (16pt Large Print Edition), (Paperback)
Learning Node.js for Mobile Application Development (Paperback) $51.72
$5172current price $51.72Learning Node.js for Mobile Application Development (Paperback)
Wordware Applications Library Design Patterns, (Paperback) $47.39
$4739current price $47.39Wordware Applications Library Design Patterns, (Paperback)
Mastering Cocos2d Game Development, (Paperback) $46.57
$4657current price $46.57Mastering Cocos2d Game Development, (Paperback)
Straight from the Grapevine: How to Crush Your Job Search, (Paperback) $17.70
$1770current price $17.70Straight from the Grapevine: How to Crush Your Job Search, (Paperback)
15 Things School Doesn't Teach You, (Paperback) $22.90
$2290current price $22.9015 Things School Doesn't Teach You, (Paperback)
Customer ratings & reviews
0 ratings|0 reviews
This item does not have any reviews yet



