InterviewSolution
Saved Bookmarks
| 1. |
Why is Node.js single-threaded? |
|
Answer» Node.js was created explicitly as an EXPERIMENT in async processing. This was to TRY a new theory of doing async processing on a single thread over the existing thread-based IMPLEMENTATION of SCALING via different frameworks. |
|