What is the Node.js Event Loop and why is it important for MEAN stack applications?
-
A
A single-threaded mechanism that processes async callbacks without blocking, enabling high concurrency
-
B
A loop that processes DOM events in the browser
-
C
A queue that manages database transactions sequentially
-
D
A multi-threaded scheduler for parallel task execution