Node.js overcome the problem by using Event Based Model.Also,It uses Event loop instead of threads.
Am new to node.js.In every document i saw node js is nothing but non blocking and event driven.But am still unaware about what is non-blocking & event driven.Can any one please explain about this.
Any good tutorial for beginners?