Add content for Monolithic applications (#1102)

pull/1657/head
Kyle Thorpe 3 years ago committed by GitHub
parent 3550e170f1
commit 30681c82bd
  1. 8
      content/roadmaps/101-backend/content/115-architectural-patterns/100-monolithic-apps.md

@ -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…
Cancel
Save