Architecture Style

At a very high-level, architecture style tells us how to organize our code. It’s the highest level of granularity and it specifies layers, high-level modules of the application and how those modules and layers interact with each other, the relations between them.

References

Architectural Styles vs. Architectural Patterns vs. Design Patterns


Children
  1. Layered Architecture
  2. Microservices

Backlinks