<@UA8PHGAMD> here's the deck: <https://speakerdeck...
# http4k
d
@RichyHBM here's the deck: https://speakerdeck.com/daviddenton/server-as-a-function-in-kotlin still no sign of the video - think that'll be a few weeks as they edit them together
👍 1
x
@dave Thanks for sharing your deck! It seems there’s a small typo on slide 34 - there’s a missing closing parenthesis after
Directory()
, it should be:
Copy code
static(Directory())
            .asServer(SunHttp())
            .start()
👍 1