Standard Library And Runtime
Node.js event loop, ES modules vs CommonJS, the Node standard library.
Why we need this / what value this brings
Understanding the event loop explains most 'why is this blocking' surprises in a Node backend.
When to use this
Debugging perceived concurrency issues, or choosing ESM vs CJS for a new package.
How to use or implement this
libuv/event-loop phases first, then Node-specific APIs (streams, buffers) as needed.
Research questions
- (add as research surfaces open questions)
Empty folder — drop notes, links, and findings here as you research.