Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying Node.js Cookbook
  • Table Of Contents Toc
  • Feedback & Rating feedback
Node.js Cookbook

Node.js Cookbook - Fifth Edition

By : Bethany Griggs, Manuel Spigolon
close
close
Node.js Cookbook

Node.js Cookbook

By: Bethany Griggs, Manuel Spigolon

Overview of this book

Node.js is a game-changing technology for building modern web applications and tooling, bringing the power of JavaScript to the server and enabling full-stack development in a unified language. This updated edition of this Node.js cookbook, featuring Node.js 22, equips you with the latest advancements and enhancements in the Node.js framework ecosystem. From Bethany Griggs, who has served on the Node.js Technical Steering Committee and participated in the Node.js Release Working Group, and Manuel Spigolon, a core maintainer of Fastify, comes this fifth edition of the Node.js Cookbook to help you master Node.js 22. This book guides you step by step through crafting reusable code with Node.js modules, streamlining development using the Fastify web framework, and implementing data persistence in databases and rigorous testing practices for robust applications. You’ll address security concerns, optimize performance with worker threads, deploy Node.js microservices using containerization and orchestration, and tackle troubleshooting with effective debugging strategies. Packed with real-world examples, this guide empowers you to harness Node.js 22's full potential for creating secure, performant, and dynamic applications.
Table of Contents (15 chapters)
close
close

Using ECMAScript modules

ESM represents the official standard for packaging JavaScript code for reuse. ESM was introduced in ECMAScript 2015 (ES6) to bring a unified module system to the JavaScript language, a feature that was absent and in much demand for years. Unlike CommonJS (CJS) modules, which were adopted by Node.js for server-side development, ESM provides a way to statically analyze code for imports and exports, allowing for optimizations such as tree shaking, which eliminates unused code.

The introduction of ESM into the Node.js ecosystem marked a significant milestone, offering developers the benefits of a standardized module system that is compatible across different environments, including browsers, where modules can be natively loaded without the need for bundling tools.

Configuring Node.js to use ESM involves understanding and setting up project structures to accommodate the new syntax and module resolution strategy. By default, Node.js treats .js files as CJS...

Visually different images
CONTINUE READING
83
Tech Concepts
36
Programming languages
73
Tech Tools
Icon Unlimited access to the largest independent learning library in tech of over 8,000 expert-authored tech books and videos.
Icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Icon 50+ new titles added per month and exclusive early access to books as they are being written.
Node.js Cookbook
notes
bookmark Notes and Bookmarks search Search in title playlist Add to playlist download Download options font-size Font size

Change the font size

margin-width Margin width

Change margin width

day-mode Day/Sepia/Night Modes

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY

Submit Your Feedback

Modal Close icon
Modal Close icon
Modal Close icon