Hey! Today myself and <@U4H0M349G> have released *...
# server
s
Hey! Today myself and @dave have released http4k: https://github.com/http4k/http4k
👍 2
m
Looks great! Interesting, how it performs, compared to pure Jetty or Undertow. (they are the fastest, according to Orangy’s benchmarks: https://github.com/orangy/http-benchmarks/)
👍 1
s
We're currently looking into start benchmarking it using https://github.com/http4k/FrameworkBenchmarks
The current
http4k-server-jetty
is backed by servlets, but that was done by convenience. The advantage of http4k is that one could make the client integrate closer to the underlying server, or even switch server completely, and the API would remain the same
d
@miha-x64 I've just PR'd adding http4k to the orangy benchmarks, so we'll see how http4k performs when it runs 🙂
o
yup, will look into it a bit later