June 2025
Intermediate to advanced
837 pages
24h 50m
English
Even the longest journey begins with a first step.—Confucius
By the time you get here, you should already have a working installation of the Node.js platform on your system. To run the examples in this chapter, you must use the command line of your operating system. It doesn’t matter whether you use Windows, Linux, or macOS. The examples work independently of the operating system. You can use Node.js in two different ways. For simple experiments, you can use the interactive shell. Alternatively, you can run an application by passing the name of the initial file to the node command. In this case, no further user interaction is usually required.
You can reach the interactive mode of Node.js, ...
Read now
Unlock full access