How "node.js" is implements non-blocking I/O model?
From here i have found that node.js implements non-blocking i/o model. But
i don't understand how.
As javascript is single threaded. How can a single thread do i/o
operations and simultaneously executing the further process.
No comments:
Post a Comment