adds code


Hi All, Welcome back to NodeJS tutorial course. I hope you all have watched Node.js - Section 1 Introduction & Setup which gives introduction and setup of nodejs. If you have not watched, please view the lesson at https://youtu.be/HSUqB2SWPkw This video i have explained about architecture of nodejs framework and its features. The main aspect of how Node.js works is it’s single threaded, event loop based for achieving asynchronous behaviour. We will explore in greater depth in this video. Features of nodejs --- Node.js is an open-source framework under MIT license. Uses JavaScript to build entire server side application. Lightweight framework. Asynchronous and Event Driven. Cross-platform framework that runs on Windows, MAC or Linux Very Fast Single Threaded but Highly Scalable No Buffering
Previous Post Next Post