http4s as a replacement for akka-http?

This page summarizes the projects mentioned and recommended in the original post on /r/scala

Our great sponsors
  • InfluxDB - Collect and Analyze Billions of Data Points in Real Time
  • Onboard AI - Learn any GitHub repo in 59 seconds
  • SaaSHub - Software Alternatives and Reviews
  • cask

    Cask: a Scala HTTP micro-framework (by lihaoyi)

  • harana

    all-in-one data platform

    I tried it then ended up wrapping Vert.x with ZIO instead which is now open source. Is super-fast, lightweight and minimal.

  • InfluxDB

    Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.

  • Http4s

    A minimal, idiomatic Scala interface for HTTP

    In reality, your performance issues will not be http4s, but something else. That being said, there are improvements that http4s can and is making, and I'm quite excited about the future 1.0 release, which has some important and fundamental performance improvements already, like a a 125% performance improvement on the plaintext benchmark from https://github.com/http4s/http4s/pull/6091 - and finally, yes, akka-http does have very good performance, but you can also get good performance out of http4s.

  • rho

    A self documenting DSL built on http4s

    Rho was abandoned for some time, but right now it is receiving updates and I believe we can expect the release pretty soon.

  • FrameworkBenchmarks

    Source for the TechEmpower Framework Benchmarks project

    To add to this, there's also different levels of JVM tuning between akka-http and http4s: https://github.com/TechEmpower/FrameworkBenchmarks/issues/3442

  • Akka HTTP

    The Streaming-first HTTP server/module of Akka

    whats problem with akka-http? it seems to be still maintained - https://github.com/akka/akka-http/releases

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts