It's not really async because node runs on only one thread.
The hateful glowing fury of a thousand suns
People like you are why hillary will be president in three years.
Then I guess I'm just retarded. It was a long time ago. Maybe I should give it another try. I've learned a lot since then.
It IS async. You can not predict the order of operations between callbacks due to the way JS engines work, amd that behaviour is the whole basis of Node, and the reason it can compete despite being, you know, single-threaded JS. Async != multithreaded.
Excuse me, JS is actually a language that has no redeeming features whatsoever, because the only redeeming feature any language can have is being C. Do I fit in the hivemind yet?
...
computer programming language*
t. armchair developer
let's face it, Javascript really isn't a programming language, it's an overused shim language with obesity
how does it ensure non blocking?
It doesn't. lol