Question d’entretien chez IQRANetwork

For example: Why is Node.js Single-threaded?

Réponse à la question d'entretien

Utilisateur anonyme

30 avr. 2024

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 instead of the typical thread-based implementation.