How does node js handle child threads?



How does node js handle child threads?..

Answer / Swati Verma

Node.js does not support traditional threading as JavaScript is single-threaded. However, it has an event-driven architecture that allows efficient handling of multiple tasks.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Node.js Interview Questions

Is npm a framework?

1 Answers  


Explain cli?

1 Answers  


Is node js worth learning?

1 Answers  


Explain 'Stub'?

1 Answers  


Which database is best for node js?

1 Answers  


Does facebook use node.js?

1 Answers  


Why we use node.js?

1 Answers  


Why do we need server side rendering?

1 Answers  


Is node js single-threaded?

1 Answers  


What events are supported by writable streams in node.js?

1 Answers  


How is node.js different from ajax?

1 Answers  


What is the package.json and name of attributes?

1 Answers  


Categories