Scalable Node App In Scalable Cloud Infrastructure (IaaS), part 3. IaaS

Matti Cloud, Development, Tech

This is the article part 3 of the Scalable Node App in Scalable Cloud Infrastructure. If you are looking for part 1, please check it out here, or part 2, please check it out here instead. šŸ™‚ In this blog, Ā I’ll go through scalable infrastructure considerations with Node applications. This means IaaS, infrastructure as a service, type of services provided …

Scalable Node App In Scalable Cloud Infrastructure (IaaS), part 2. Advanced control of Node processes and host considerations.

Matti Cloud, Development, Tech

This is the article part 2 of the Scalable Node App in Scalable Cloud Infrastructure. If you are looking for part 1, please check it out here. In the 2nd part of the article, we cover a bitĀ more deep aspect in management and controlling of Node.js processes, sub-processes andĀ control messages between master and worker processes – mostly in theoretical level …

Scalable Node App In Scalable Cloud Infrastructure (IaaS), part 1

Matti Cloud, Development, Tech

Node.jsĀ (orĀ Io.js) have been trending programming environment, platform, system, orĀ whichever name is used out there, in the current webĀ backend development industry. It’s been gaining enormous popularity due to it’s common “java-type-of” syntax, Javascript, running in basisĀ of open sourceĀ Google’s V8 engineĀ used in the popular Chrome browser. Node isĀ event-driven and has non-blocking I/O making it powerful and efficient. Part of the benefits of …