<#C0A974TJ9|ktor> javalin <#C5AL3AKUY|http4k> are ...
# server
o
#ktor javalin #http4k are Kotlin-driven microframeworks if you need a small web server, API, REST, etc. They are mostly adhering to https://12factor.net/ though might need some discipline in using. Spring is indeed an ultimate hammer, but it’s heavy, starts slow, and not as performant at scale as others. See https://www.techempower.com/benchmarks/previews/round15/ for some benchmarks.
👍 3
n
There are other options that are platforms like Pronghorn (https://github.com/pronghorn-tech/pronghorn), which is featured in round 15 of the TechEmpower Framework Benchmarks. Pronghorn seems to be the first web server written in Kotlin 😁 K.
o
Pronghorn is fast indeed, but mostly because it’s a synchronous buffer copying machine.