Re: Why is Node.js Single-threaded?
Posted by:
Alish B
Date: January 25, 2023 12:56AM
Node.js is an asynchronous and event-driven JavaScript runtime that uses a single-threaded non-blocking I/O model. This means that Node.js can handle multiple concurrent requests without creating additional threads for each request. Node.js uses a single thread to handle asynchronous I/O operations, so it can handle a large number of requests without creating additional threads for each request.
Subject
Written By
Posted
Re: Why is Node.js Single-threaded?
January 25, 2023 12:56AM
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.