Software Architecture
Frontend Server Architecture
Abstract This article explains the basic concept behind a Frontend Server Architecture in a short paragraph. Goal of architecture Rebalance processing pressure in the presentation layer from light-weight Frontend clients towards more powerful server machines in a layered fashion. Divide and conquer (of responsibilities) is the basic approach behind the Read more…