September 2024
Intermediate to advanced
743 pages
27h 48m
English
In this chapter, you learned about different architecture styles and architecture patterns commonly used to develop web applications. You now have a sound understanding of how the various architectures of web applications are built, how they differ, and their advantages and disadvantages.
You should take away the following points from this chapter:
The architecture of software (or a web application) is about breaking down or subdividing the software into smaller components and organizing the interaction among these components.
A client-server architecture divides an application into two parts: the client and the server. Client and server are connected via a network. Because this architecture ...
Read now
Unlock full access