Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 412 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 412 Bytes

quarkus-faster-stronger

Quarkus vs old-fashioned spring-boot app.

Comparisons between them:

  • ability to scale
  • startup time
  • resources consumption

==> will show that quarkus fits very well in a containers' world,.

Sub-modules:

  • employee-sb: Spring boot version of the app
  • employee-quarkus: quarkus version of the app
  • comparisons: comparison between spring-boot and quarkus (jvm & native)