September 2024
Beginner to intermediate
985 pages
35h 37m
English
For a long time, JavaScript was limited to use within browsers. In recent years, however, the language has opened up a number of new areas of application, which we’ll introduce in this and the following two chapters. We’ll start here with the development of server-based applications with JavaScript based on the Node.js runtime environment.
Node.js allows JavaScript to be executed outside the browser. It’s based on the V8 runtime environment, which is also used in Chrome, and has contributed significantly to the renewed success of JavaScript in recent years.
Strictly speaking, Node.js is more than "just" a runtime environment: it also provides various software ...
Read now
Unlock full access