Modular Monoliths Are a Good Idea

Modular Monoliths Are a Good Idea, Actually.
Microservices aren’t the only way to get high cohesion and low coupling.

Read in full here:

This thread was posted by one of our members via one of our news source trackers.

If you have a single team and just a few developers, or not building the next Netflix, probably a good idea to use a modular monolith.

1 Like

This is our go-to architecture style for our .NET applications.

1 Like

Domain level separation is hard and opinionated.
For small scale applications, separation on ports is often enough.

1 Like