A simple guide to JavaScript concurrency in Node.js and a few traps that come with it

A simple guide to JavaScript concurrency in Node.js and a few traps that come with it

Firstly, I should answer the question: what do you mean by I/O operations? These are operations that communicate with stuff from the outside of your application. It means HTTP requests, disk reads and writes or database operations, just to name a few.