This Node.js Event Loop Visualizer shows the phases that an Event Loop makes when executing Javascript code in Node.js Runtime. The server captures the traces at runtime and then, it returns them to ...
A minimal and educational simulation of Node.js event loop phases — including process.nextTick, microtasks (Promise.then), timers, poll, check, and close callbacks. This project is designed to help ...