FlashcardBeginner
Single-threaded Model
Node.js runs your JavaScript on a single main thread using an event loop.
Question
What is the single-threaded execution model in Node.js?
Click to reveal answer
Node.js runs your JavaScript on a single main thread using an event loop.
What is the single-threaded execution model in Node.js?