NodeJs Event Loop
Event Loop (4)
the event loop is something like
while (true) {
run
if (false) return
}
Javascript is not asynchronous,it it that LibUV library which provide async I/O along with event loop and thre
aalampatilblogs.hashnode.dev4 min read