Node js Introduction: 1. Node.js is a server-side platform built on Google Chrome's JavaScript Engine (V8 Engine). 2. cross-platform runtime environment used for development of server-side web applications. 3. Node.js applications are written in JavaScript and can be run on a wide variety of operating systems. 4. Node.js is based on an event-driven. 5. Non-blocking Input/Output. 6. Node.js also thousands of JavaScript modules which simplifies the development of web applications called as NPM. 7. Single thread process. Reasons to choose Node js? 1. Node uses the V8 JavaScript Runtime engine , the one which is used by Google Chrome. 2. Asynchronous event driven IO helps concurrent request handling .This feature basically means that if ...
Learn Node JS Easily manner with Real time examples.