January 22, 2023 at 10:39AM

0
You voted '-1'.

App development

What approach should I choose for app development? What is better monolithic or microservice?

2 Comments

Microservices are an ideal solution for platforms that represent large systems, with many user journeys, workflows and different functionalities.

January 22, 2023 at 11:41AM

0
Reply

Both approaches have pros and cons, though there is a difference between monolithic vs microservices as a monolithic application is built as a single unified unit while a microservices architecture is a collection of smaller, independently deployable services. If your application is not that complex, a monolith-first strategy might be the best option. But when there is a large and complex system which needs component management, scaling, individual development then you need microservices.

January 23, 2023 at 5:10AM, Edited January 23, 5:11AM

0
Reply

Your Comment