Wednesday 28 February 2018

any good resources to read/watch about async nature of nodeJS?

Hi I can't seem to get my head around the async.js library and now that's confusing me with my node basics also. What is the difference between async.foreach, async.parallel etc? How do I run a for loop synchronously in nodeJS? Only the I/O opertations are handed over to a different thread in NodeJS right? Is it possible to make a audio encoder or video downloader or something like an intensive I/O application in just node, which will serve multiple users? If someone can explain these things and give me links to some good books to read or videos to watch, it'd clear a lot of things up for me.Thanks

Submitted February 28, 2018 at 10:10AM by mclovin4009

No comments:

Post a Comment