Apr 9, 2024
Mark Richards in his Fundamentals of Software Architecture calls that Service-Based Architecture. The difference is that Modular Monolith is not distribured while SBA usually gets a server per service.
The difference from Microservices is that the services in SBA often share a database, don't rely on a service mesh or sidecars and may share a codebase.