Re: Why is Node.js Single-threaded?
Posted by:
Biju Toha
Date: November 06, 2023 10:18PM
Because of how it was designed, Node.js only has one thread. The people who made Node.js wanted to make a base for building web apps that were small and quick. They thought that a single-threaded architecture would work better and be more accessible to expand than a multi-threaded architecture.
Subject
Written By
Posted
Re: Why is Node.js Single-threaded?
November 06, 2023 10:18PM
December 18, 2023 05:05AM
Sorry, only registered users may post in this forum.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.