Though it has been already answered, i would like to give some deep level understanding of event loop in node.js.
In actual Event Loop is a loop internally more precisely a while loop which is running always. So whenever any event(any msg etc) happens this loop get executed.