Blocking vs Non-Blocking Code in Node.js
May 8 路 7 min read 路 In our previous articles, we learned that Node.js operates on a Single-Threaded Architecture. This means it only has one main "hand" to execute JavaScript code.
Because Node.js only has one thread, th