Important Concepts in NodeJS

The following list provides some of the Important Concepts in NodeJS that every programmer should know. Modules in NodeJS NodeJS File System Events Node Package Manager (NPM) Callbacks Asynchronous I/O (Non-Blocking I/O) Promises Prototypes Brief Introduction of Important Concepts in NodeJS The following section provides a brief introduction of the above-mentioned concepts. Modules In fact, …

Understanding NodeJS With Examples

In this article on Understanding NodeJS With Examples, I will explain this server-side JavaScript runtime environment along with some examples. To begin with, let us first discuss the features of the node.js framework. Basically, Node.js is built on chrome’s V8 engine. It is open-source. It is a back-end JavaScript runtime environment and can execute JavaScript …