JS Coding Questions Logo
JS Coding Questions
#402💼 Interview

Is Node.js completely single threaded

Advertisement

728x90

Node is a single thread, but some of the functions included in the Node.js standard library(e.g, fs module functions) are not single threaded. i.e, Their logic runs outside of the Node.js single thread to improve the speed and performance of a program.

Advertisement

Responsive Ad
🎯 Practice NowRelated Challenge

JavaScript Coding Exercise 59

Test your knowledge with this interactive coding challenge.

Start Coding

Advertisement

728x90
402of476