/jvm-microservice-http-battle

Comparison microservices HTTP-layer performance in JVM world

Primary LanguageScalaMIT LicenseMIT

Comparison microservices HTTP-layer performance in JVM world

Based on the article.

All apps used HTTP/1.1 for a server and client.

Fighters:

  • Java + Spring Web (blocking-app)
  • Java + Spring Reactive Web (reactive-app)
  • Scala + http4s (cats-effect)
  • Scala + Akka HTTP (reactive-akka)

Referees:

  • delay-service
  • load-test