Event Loop In Node.js
Jul 22, 2024 · 3 min read · What is an Event loop. Tasks are executed in Last In First Out order (using a stack data structure) and these tasks are executed synchronously. For Javascript to execute asynchronous task (tasks that require some amount of time to be executed) the J...
Join discussion
