in news 1 min

Quarkus vs SpringBoot

SpringBoot vs Quarkus
Photo credit: Daily Code Buffer

To develop REST APIs in Java in a micro-services architecture, is it better, from the point of view of resource consumption, to use SpringBoot or Quarkus? Spring Framework is a stable and resilient tool, but it uses exaggerated memory and computational resources. Will new technologies like Quarkus be able to maintain the same quality while using fewer resources? This article explains some pros and cons of these frameworks by analyzing a real case.