September 2024
Intermediate to advanced
743 pages
27h 48m
English
In this chapter, you learned how to run JavaScript-based applications on the server side using the Node.js runtime. We showed you how easy implementing your own web servers can be using Node.js and the Express web framework.
The main points to remember from this chapter are as follows:
Node.js is a runtime environment for JavaScript, thanks to which JavaScript can be executed outside browsers (for example, on the server side).
Node.js provides various modules in addition to the runtime environment, which helps you, for example, access the file system, implement web servers, and much more.
The Node.js Package Manager (npm) can also be used to install many other (external) packages.
npm ...
Read now
Unlock full access