What is CGI? What is CGI? CGI stands for Common Gateway Interface. This is not to be confused with another CGI which stands for Computer Generated Imagery which is the technology they use for special effects and explosions of the things in major motion pictures. This CGI the common gateway interface. It is a technology […]
See MoreCategory: Hostripples Featured
Node.js Architecture
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 MoreHow 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 More
