Technical requirements
You should have Node.js installed, preferably the latest version of Node.js 22, and access to an editor and browser of your choice.
Throughout the recipes, we’ll be installing modules from the npm
registry – therefore, an internet connection will be required.
The code for the recipes in this chapter is available in this book’s GitHub repository at https://github.com/PacktPublishing/Node.js-Cookbook-Fifth-Edition, in the Chapter 09 directory.