DEV Community

Discussion on: Basic Concepts of Node.js

Collapse
 
itswillt profile image
Will T.

I just want to point out that Node is not single-threaded at all. Node being single-threaded is simply a misconception.

Collapse
 
cassiocappellari profile image
Cássio Santiago Cappellari

Thanks a lot for your contribution! In my studies about this technology I realize that Node.js it's a combination between single thread and multi thread platforms, and that is what makes it a great option for scalable web applications.