When Node.js starts, it initializes the event loop, processes the provided input script (or drops into the REPL) which may make async API calls, schedule timers, or call process.nextTick(), then begins processing the event loop.

picture loading error handler
19 thought(s)19

Node.js foundations

Programming
Node.js
Javascript
Runtime
Get

Explore more quotes

Sergio Bernal