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