More on this book
Kindle Notes & Highlights
Started reading
January 1, 2023
The main idea behind the reactor pattern is to have a handler associated with each I/O operation. A handler in Node.js is represented by a callback (or cb for short) function.