Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 417 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 417 Bytes

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