Passing parameters to the application in Nodejs

When launching an application from the terminal/command line, we can pass parameters to it. The proc...

Nodejs global variables

Node.js provides a special global object that provides access to global variables and functions that...

Working with Nodejs modules

Let’s look at some aspects of working with modules in Node.js. First of all, it should be note...

Modules

Node.js uses a modular system. That is, all the built-in functionality is divided into separate pack...