Tag: Nodejs


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 : I have a module (a) that will do some operations, and I want that module to emit an event when some

Continue Reading