Monolithic Architecture
Architecture - Internal Design of system
Monolithic Architecture
- It is also called Centralized Architecture.
- If all the components and function of projects are entangled together and deployed in a single codebase -- Monolithic Architecture
- It provide less complexity ,easy to understand ,resulting in higher production.
- In case of few users ,we use Monolithic Architecture.
Comments
Post a Comment