MySQL Forums
Forum List  »  Connector/Node.js

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.

Options: ReplyQuote


Subject
Written By
Posted
January 08, 2023 11:47PM
January 25, 2023 12:56AM
Re: Why is Node.js Single-threaded?
November 06, 2023 10:18PM


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.