Here I have explained every thing about Nodejs eventloop, how it works under the hood.
What are the phases of event queue in event loop?
1.Timers
2.Pending callbacks
3.idle,prepare,
4.Poll
5.Check
6.Close callbacks
Watch practical examples :
• Event Loop practical example