
- 424 pages
- English
- ePUB (mobile friendly)
- Available on iOS & Android
Node.js in Practice
About this book
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
- 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
PART 1 NODE FUNDAMENTALS
- 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
- PART 2 REAL-WORLD RECIPES
- 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
- PART 3 WRITING MODULES
- Writing modules: Mastering what Node is all about
Frequently asked questions
- Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
- Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Information
Table of contents
- Copyright
- Brief Table of Contents
- Table of Contents
- Foreword
- Preface
- Acknowledgments
- About this Book
- About the Cover Illustration
- Part 1. Node fundamentals
- Part 2. Real-world recipes
- Part 3. Writing modules
- Appendix. Community
- Index
- List of Figures
- List of Tables
- List of Listings