Add content for Monolithic applications (#1102)
parent
3550e170f1
commit
30681c82bd
1 changed files with 7 additions and 1 deletions
@ -1 +1,7 @@ |
|||||||
# Monolithic apps |
# Monolithic Apps |
||||||
|
|
||||||
|
Monolithic architecture is a pattern in which an application handles requests, executes business logic, interacts with the database, and creates the HTML for the front end. In simpler terms, this one application does many things. It's inner components are highly coupled and deployed as one unit. |
||||||
|
|
||||||
|
<ResourceGroupTitle>Free Content</ResourceGroupTitle> |
||||||
|
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://microservices.io/patterns/monolithic.html'>Pattern: Monolithic Architecture</BadgeLink> |
||||||
|
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://datamify.medium.com/monolithic-architecture-advantages-and-disadvantages-e71a603eec89'>Monolithic Architecture - Advantages & Disadvantages</BadgeLink> |
||||||
|
Loading…
Reference in new issue