Tagged Questions
1
vote
1answer
511 views
How is the “evented-io” in node.js any different from the windows event model
I'm wondering how the "evented-io" in node.js any different from the windows async IO model?
Is the callback from node.js executed on a thread, if not, where is it run?
I don't mean to question the ...