Node.js Architecture So! In the last article we have learned that a Node is a runtime environment for executing JavaScript code. But what is the runtime environment means? Well! Before we knew JavaScript only to build applications only to run inside our browser. So every browser out there has what we call is a JavaScript […]
See MoreCategory: Hostripples Featured
How Node.js Works?
How Node.js Works? In the previous article we have discussed that Node applications are highly scalable and data intensive and real time applications. This is because of the non-blocking or asynchronous nature of Node. So What do you mean by asynchronous? Let me give you a metaphor. Imagine you go to a restaurant, a waiter […]
See MoreWhat is Node.js?
What is Node.js? Node.js or Node is an Open-Source and cross platform run-time environment for executing JavaScript code, outside of a browser. Quiet often we use node to build back-end services also called API’s or Application Programming Interfaces. These are the services that power client applications like a web application running inside of a web […]
See More
