Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

Great article!! I am a full stack developer(fresher) and I did not know this node architecture before. I got rejected in an important interview because I didn’t know this. Now I understand everything. Thank you for your awesome job Pankaj :)
- Balavignesh
Nice article… It is clearly explained… Comparison with Muti-threaded model helped me to understand node.js very well… Thank your very much…
- Kittu
Thank you for this article and this explanation of how node works, but still i’m some how confused abut this, let’s say that our web server do this operation (none IO operation), for example (loop statement that needs 3 seconds to finish or complex validation on data(MVC model)) what will happened if i have let’s say 1000 concurrent requests? does the first request will block the remaining requests until it’s finished. and how node determain that this operation(none IO operation) is complex or not? thanks, and i hope if we can chat using Skype to discuss it.
- Abdallah Al-Barmawi
Its an indeed a great article, But I would like to know - 1.the answer of above comment by Abdallah Al-Barmawi 2.Can you explain how does clusters work with respect to above explain single threaded model of nodejs. https://nodejs.org/api/cluster.html.
- Bron1010
Nice Article, thanks , for sharing your knowledge we us. i need more knowledge of how to build application using node js in PHP or any language … pls help
- vivek
Nice Article,but i need more knowledge of how to build application using node js in PHP or any language … pls help
- vivek
Good article. Thanks for sharing this. It will be nice if you add ode related to how threads (blocking IO) responds back to event queue in your pseudo code
- Raju