by Yogesh | Mar 27, 2018 | Node JS Tutorial
What is Event and Event Emitter in Node JS An User Action i.e click Event names are defined simply by calling .emit with the event name. An object sends events using the .emit function. Events are sent to any listeners that have registered to receive events from the...
by Yogesh | Jul 27, 2017 | Node JS Tutorial
What is NodeJS Node.js is a platform built on Chrome’s JavaScript runtime for easily building fast and scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive...