Y
Hacker News
new
|
ask
|
show
|
jobs
Ktkit: A Kotlin toolkit for building server applications with Ktor
(
github.com
)
25 points
by
smyrgeorge
139 days ago
3 comments
esafak
134 days ago
Ktor has enough batteries for me, except perhaps for authz.
link
altmind
134 days ago
We had a great dev experience with kooby(jooby w kotlin)
link
cies
134 days ago
Nice one!
I'm on a similar stack: http4k + Jdbi, nicely glued up :)
No coroutines so cute little stacktraces
link
smyrgeorge
134 days ago
Here I'm using coroutines + context-parameters. I find much more convenient when I explicitly handle db transactions with context-parameters. Also, using arrow's Raise context adds typed error handling, without too dsl usage.
link
cies
130 days ago
Any place I can see an example of that? (just a gist or pastebin entry of some a non-critical code copy-pasta would suffice)
link