# - Definitions
-
#
12-factor app
Twelve-factor app is a methodology for building distributed applications that run in the cloud and are delivered as a service.
-
What is a 3-tier application architecture?
A three-tier application architecture is a modular client-server architecture that consists of a presentation tier, an application tier and a data tier.