What is NODE JS ?
What is NODE JS ?
Well many questions arise during the process of learning web development and one of them is : What the heck is this Node JS ? Is it a programming language or a framework or some sci-fi term for programming ?
The runtime environment is the environment in which a program or application is executed in real time .
* If you come from a Java background you could use this analogy to understand .
V8 is an open-source JavaScript engine developed by The Chromium Project for Google Chrome and Chromium web browsers.
NODE JS is used to communicate with the server . Yes ! that is the simplest sentence to describe NODE JS.
Node.js operates on a single-thread, using non-blocking I/O (Input/Output)calls, allowing it to support tens of thousands of concurrent connections held in the event loop.
How Node JS works - mosh (https://programmingwithmosh.com/)
What the heck is this event loop - by Philip Roberts
These are libraries built by the awesome community which will solve most of your generic problems. NPM(Node package manager) has packages you can use in your apps to make your development faster and efficient.
Follow me for more development content ! 🔥🔥🔥
Nice blog !! Simple , clear and with videos !!
ReplyDeleteThnak For Sharing.
ReplyDeleteNode JS Online Training