The Hexagonal Architecture, also known as the Ports and Adapters Pattern, was introduced by Alistair Cockburn. The primary goal of this architectural pattern is to allow an application to equally be driven by users, programs, automated tests, or batch scripts, and to be developed and tested in isolation from its eventual runtime devices and databases.

Three Main Layers

When working with hexagonal architecture we structure the code in three main concepts: hexagonal architecture

The rest of the content (4 read minutes) is restricted.

Please use your personal access token or register to access.

Create account or login