https://hashnode.com/forums/thread/single-threading-vs-multi-threading/comment/5c263bf2f12bf3eb60db3635
Comment by Bhojendra Rauniyar on "Single threading vs multi-threading" | Hashnode
I just got it properly. Thread == Call Stack So, JavaScript and node.js are single threaded system. They read the code line by line even though they are asynchr
single threadingcommentrauniyarvsmulti
https://hashnode.com/forums/thread/single-threading-vs-multi-threading/comment/5c2622fb7bc790b3740695b0
Comment by Mark on "Single threading vs multi-threading" | Hashnode
I'll say what I know about asynchronicity in general, someone correct me if I'm wrong. I think it's similar in Node, but I'm no Node expert. Thi
single threadingcommentmarkvsmulti