moonlightflicker / workout-tracker-be

0 stars 0 forks source link

BACKEND - Microservices vs. monolithic architecture #2

Open moonlightflicker opened 1 year ago

moonlightflicker commented 1 year ago

Taken from: https://www.geeksforgeeks.org/monolithic-vs-microservices-architecture/


Monolithic applications

- Advantages:

- Disadvantages:


Microservices

- Advantages:

-Disadvantages:

moonlightflicker commented 1 year ago

Decision: -Monolithic application (if it gets big enough, which it shouldn't, microservices will be used)