Bun: The JavaScript Runtime That Does Everything Node.js revolutionised server-side JavaScript in 2009. Since then, the ecosystem has accumulated thousands of separate tools for different jobs: npm ...
- Microtasks: Promise callbacks and process.nextTick. Microtasks run before the event loop moves to the next phase. In Node.js, process.nextTick has the highest priority. It runs before the Promise ...