Client-Server Pattern - Software Architecture
Episode 3 of the Develpreneur: Become a Better Developer and Entrepreneur podcast, hosted by Rob Broadhead, titled "Client-Server Pattern - Software Architecture" was published on January 11, 2022 and runs 16 minutes.
January 11, 2022 ·16m · Develpreneur: Become a Better Developer and Entrepreneur
Episode Description
The discussion of patterns sort of goes backwards this episode. First, we look at the client-server pattern. It is an older and well-established pattern. However, it is not suited to modern solutions. This approach harkens back to the old days of mainframes and massive servers that were shared resources for application users.
The Client-Server Pattern Defined
This pattern is the simplest version of a layered pattern. There is the front-end client and the backend server. Unlike the layered approach, the client-server pattern is more focused on resources. This approach embraces the idea of a central server that clients connect to for sharing data. It also gives a central point (the server) to scale the application. Thus, you can think of this as a hub and spokes architecture with the server as the hub.
Reduced Integration
Tried and True
Challenges
Similar Episodes
No similar episodes found.
Similar Podcasts
No similar podcasts found.