← Back to architecture map
πŸ”Œ
Architecture Pattern POC

Hexagonal (Ports & Adapters)

Core logic isolated from external systems. External systems plug in via ports.

structural

Flow From Map

[UI]  β†’ (port) πŸ”·CORE(port) ← [DB]
[API] β†’              ← [MQ]
core never knows adapters

Your POC Area

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

Example references: DDD, NestJS modules, tsyringe