The Node.js Event Loop
Node.js run single thread. But handle thousands requests. How? Event loop. Event loop = manager that decide what code run when. Without it, Node.js freeze on first slow task.
This about understanding
blog-rajharsh.hashnode.dev17 min read