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...

First application on Node.js

Let’s write the first simple application for NodeJS. Almost all standard JavaScript language c...

What is NodeJS?

Node.js is a JavaScript runtime that is built on top of the Chrome V8 JavaScript engine, which allow...