Roadmap to becoming a developer in 2022
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Tanvi 1596822d44
Add content for threads in Node.js (#2246)
2 years ago
..
100-child-process.md Add content for threads in Node.js (#2246) 2 years ago
101-cluster.md Add content for threads in Node.js (#2246) 2 years ago
102-worker-threads.md Add content for threads in Node.js (#2246) 2 years ago
readme.md Add content for threads in Node.js (#2246) 2 years ago

readme.md

Nodejs Threads

Node.js is a single-threaded language and gives us ways to work parallelly to our main process. Taking note of nowadays multicore system single threading is very memory efficient.

Single Thread vs Child Process vs Worker Threads vs Clutster in Node.js