← Back to architecture mapstructural
🔌
Architecture Pattern POC
Hexagonal (Ports & Adapters)
Core logic isolated from external systems. External systems plug in via ports.
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