Node.JS require plays hide-and-seek

Some times ago (I don’t really remember when), working on a Node.Js project, I realised something about require …

Debian Install Node.JS globally with NVM

Recently I had to install Node.JS on a server and allow all users to be able to use it.

How to use events in Node.js

In this blog post I will explain how to create and use Events in Node.Js The main purpose is to demonstrate the following :