EventEmitter module in Node.js
NodeJs is capable of handling events. In fact many node modules such as fs.readstream emits event when it is done with reading file. You can also avail the benefits of events and program it by using EventEmitter module of NodeJs. In this tutorial I am going to explain you some scenario’s with sample source code […]
EventEmitter module in Node.js Read More »