File tree Expand file tree Collapse file tree
src/data/roadmaps/nodejs/content Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,9 +4,7 @@ The Event Loop is one of the most critical aspects of Node.js. Why is this so im
44
55Visit the following resources to learn more:
66
7- - [ @course @The Node.js Event Loop] ( https://www.coursera.org/lecture/secure-full-stack-mean-developer/the-node-js-event-loop-j5fbT )
8- - [ @official @The Node.JS Event Loop] ( https://nodejs.org/en/docs/guides/event-loop-timers-and-nexttick/#what-is-the-event-loop )
9- - [ @official @The NodeJS Event loop] ( https://nodejs.org/en/guides/event-loop-timers-and-nexttick )
10- - [ @official @Don't Block the Event Loop] ( https://nodejs.org/en/guides/dont-block-the-event-loop )
7+ - [ @official @The Node.JS Event Loop] ( https://nodejs.org/learn/asynchronous-work/event-loop-timers-and-nexttick )
8+ - [ @official @Don't Block the Event Loop] ( https://nodejs.org/learn/asynchronous-work/dont-block-the-event-loop )
119- [ @article @JavaScript Visualized: Event Loop] ( https://dev.to/lydiahallie/javascript-visualized-event-loop-3dif )
1210- [ @article @Event Loop in Node.js - Mixu's Node book] ( https://book.mixu.net/node/ch2.html#the-event-loop-understanding-how-node-executes-javascript-code )
You can’t perform that action at this time.
0 commit comments