Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 285 Bytes

File metadata and controls

9 lines (6 loc) · 285 Bytes
layout default

Monolithic Application Systems

In software engineering, a monolithic application describes a single-tiered software application in which the user interface and data access code are combined into a single program from a single platform.

Back to Main