Skip to content

SelimHorri/quarkus-vs-spring-boot-performances

Repository files navigation

Quarkus-vs-Spring-Boot-performances project

Compare both applications and find out how Quarkus is supersonic subatomic framework

FOSSA Status

Quarkus sample Code

quarkus-code

Spring Boot sample Code

spring-code

  • We notice that the same REST endpoint is exposed here for both applications

Quarkus Build

quarkus-build

Spring Boot Build

spring-build

  • We notice that Quarkus build time is less than Spring Boot Build

Quarkus startup

quarkus-boot

Spring Boot startup

spring-boot

  • We clearly notice that Quarkus is much faster than Spring Boot when bootstraping both applications !!!!!

Quarkus Endpoint

quarkus-hello

Spring Boot Endpoint

spring-hello

=> We clearly come to a conclusion that Quarkus is much faster than Spring Boot, due to the power of GraalVM, based upon a simple exposed endpoint, without adding additional components for both apps

We have to accept it guys, it'a a matter of fact !! 😅

About

Comparing Quarkus vs Spring Boot frameworks

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages