SaaSHub helps you find the best software and product alternatives Learn more →
Top 8 Scala HTTP Server Projects
-
http4s is a Typelevel project, and therefore falls into the "program in Scala as if it were Haskell" category. Many people find this off-putting, but honestly, I think with the resources listed above, this is the option at the best intersection of "mature" and "well-documented" available in Scala. The reason it's off-putting to many people is that Haskell-style pure FP isn't mainstream, so it isn't so much a matter of learning a new technology as it is a matter of learning a new paradigm, which necessarily means surfacing and unlearning things you already know, and perhaps confronting the uncomfortable feeling that things you thought were "fundamental," "have to be that way," aren't, and don't. I personally found this process liberating. But not everyone does.
-
Here I've posted my issue https://github.com/akka/akka-http/issues/4248
-
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.
-
Project mention: what library/framework should I use for backend development? | /r/scala | 2023-02-21
You're not confined to the usual suggestions below (play, http4s). There's a ton of options. (I wrote test cases using a bunch of different frameworks a few years ago at https://github.com/hohonuuli/msdemos). Having written services using a variety of frameworks in production, I would strongly suggest using one that auto-generates API docs (openapi, swagger) for you. That will save you a huge amount of time later on. For heavier services, like the one at https://fathomnet.org/, I tend to the Java side (Quarkus is my current top choice, but Micronaut and Helidon are both great). For everything else I use Scala. My go-to right now is tapir using a vertx backend. See https://tapir.softwaremill.com/
-
zio-http
A next-generation Scala framework for building scalable, correct, and efficient HTTP clients and servers
Project mention: Creating a CLI app with scala and Graal VM: should I switch to Rust? | /r/scala | 2023-08-31For JNI, make sure you have `-H:+JNI` in your native image options. Be aware that Netty is a bit of a monster to include in a native image application (I just recently added it a Netty dependency and it completely broke my project and took a good day to figure out). Mine was through zio-http and I was able to piece together some working options from github issues: https://github.com/zio/zio-http/issues/20.
-
Tinkoff has a strong Scala FP presense: - https://github.com/tofu-tf/tofu - https://github.com/tofu-tf/derevo - https://github.com/tofu-tf/typed-schema
-
-
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
Scala HTTP Server related posts
- Creating a CLI app with scala and Graal VM: should I switch to Rust?
- Sequential application of a constructor?
- Relative popularity of programming languages on Hacker News
- Akka Fork FUD
- http4s as a replacement for akka-http?
- zio-http, any experiences to share
- Why do all frameworks use OOP? (php)
-
A note from our sponsor - #<SponsorshipServiceOld:0x00007f0f9b2037b0>
www.saashub.com | 28 Nov 2023
Index
What are some of the best open-source HTTP Server projects in Scala? This list will help you:
Project | Stars | |
---|---|---|
1 | Http4s | 2,468 |
2 | Akka HTTP | 1,331 |
3 | tapir | 1,255 |
4 | zio-http | 706 |
5 | typed-schema | 151 |
6 | snunit | 118 |
7 | livestub | 50 |
8 | omhs | 8 |