Important NodeJs Concepts To know if you are preparing for an interview
1)Node js architecure and why this? Node js is a single threaded non blocking. So we dont need to use much of the resources in order to run the nodejs applications. This particular video is explaining how this works. 2)How singe thread is able to do multiple tasks? Node.js is single-threaded but in the background […]