Frage im Vorstellungsgespräch bei Artoon Solutions

Why is Node.js Single-threaded?

Antwort im Vorstellungsgespräch

Anonym

23. Aug. 2019

Node.js is single-threaded for async processing. By doing async processing on a single-thread under typical web loads, more performance and scalability can be achieved as opposed to the typical thread-based implementation.