Well, we promised a bit more JetBrains'y /http4k g...
# http4k
d
Well, we promised a bit more JetBrains'y /http4k goodness and here it is. In the new episode of Talking Kotlin, we chat with the JB guys about the what, the why and the how of http4k.

https://youtu.be/mPmUjJhdYME

👏 1
🎉 8
❤️ 2
👍 2
r
For a second the thought of one (or both) joing Ktor team (saw a job offer not long ago), crossed my mind, and let me in two minds: sad for http4k, and hopes for a better ktor. happy is not that.
t
just listened to the podcast version of the Talking Kotlin episode earlier today. You mentioned at the end being interested in hearing that people were using it. http4k is easily my favorite http library. I've been using it at my job since mid-2019 and have used it on 3 teams at my employer to create simple endpoints where a single box can serve ~30k/requests/second and I've had a production cluster hit 500k/requests/second. It's great for everything from quick health-check endpoints on kafka streaming microservices to serving up very high volume traffic. Thanks for creating my favorite library!
❤️ 4
🔥 3
c
Same, easily my fav library.
t
Just want to say, I love this library as well.
c
I also think http4k is my favourite HTTP library. Certainly the best one in Kotlin. The only thing that comes close for me is Ring/Compojure and sadly I’m not doing Clojure right now.
Sadly we’re not using it at work yet but I showed a couple of your demos from last week’s webinar to the whole engineering team last week. Sadly the focus was more on GraalVM than on HTTP4K but I’ll find a way to work that in.
d
there are a bunch more videos available in the playlist: https://www.youtube.com/playlist?list=PLVbGEDp7CfroNQGLhBdgqg8TGTX1GeXZ1 .. but the main conceptual one is possibly the talk we did at KotlinConf 2018
o
I also liked that one:

https://www.youtube.com/watch?v=FVvn-aFO--Q

2