← Back to architecture map
🎂
Architecture Pattern POC

Layered (N-Tier)

Horizontal layers; each only communicates with the layer directly below. Classic and widely understood.

structural

Flow From Map

Presentation Layer
    ->
Business Logic Layer
    ->
Data Access Layer
    ->
Database

Your POC Area

Replace this placeholder with your interactive proof of concept for Layered (N-Tier). This route is already dedicated to this pattern, so you can add diagrams, controls, code demos, or simulations here.

Example references: MVC frameworks, Spring, Express, NestJS