Developer Tool

Node.js Event Loop Visualizer

Node.js event loop visualizer for phases, timers, and async behavior.

Why it helps

  • Understand timers, poll, check, and close callbacks.
  • See how async I/O and promises interact with phases.
  • Great companion for Node.js interview prep.