Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: ClassifiedAds.Monolith vs ClassifiedAds.ModularMonolith #41

Closed
Hulkstance opened this issue Apr 27, 2020 · 2 comments
Closed
Labels
question Further information is requested

Comments

@Hulkstance
Copy link

I'm curious what the difference between ClassifiedAds.Monolith and ClassifiedAds.ModularMonolith is?

My favorite architecture is Domain-Driven Design and I like Mediatr and AutoMapper. I'm also thinking about GraphSQL because it's the future and it will replace the REST services.

Which project would you recommend me? Btw, I'm using Angular and IdentityServer4, I don't need the rest stuff like SignalR, Hangfire, etc.

@phongnguyend phongnguyend added the question Further information is requested label Oct 7, 2021
@erdyasan
Copy link

erdyasan commented Feb 7, 2022

In the Modular Monolith architecture, microservices are written separately but run through a single web api. On the Monolith architecture, all microservices are written on the same web api.
If you have a project with a modular monolith structure, you can publish and use the service you want separately whenever you want. It will be much easier to shred. You will not have any difficulties in transitioning to microservice architecture.

@phongnguyend
Copy link
Owner

Thanks @erdincyasan for answering. I close this now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants