Simple explanation of NodeJS
NodeJS is a framework (run time environment) that allows you to run programs written in JavaScript. NodeJS is used for creating applications that sit on servers, for example a web server.
Solution Architect
NodeJS is a framework (run time environment) that allows you to run programs written in JavaScript. NodeJS is used for creating applications that sit on servers, for example a web server.
You may want to brush up on the post about N-Tier Architecture if you don’t know what that is.
Today we’re going to look at a very basic resiliency pattern. In fact three of them. One for each tier of our classic three-tier architecture.
A type of client-server architecture. The most common use of multi-tier architecture is the three-tier-architecture.