What you guys don't like about Ktor server?
# server
a
What you guys don't like about Ktor server?
j
you should ask this in #spring or #http4k ๐Ÿ˜„
๐Ÿ‘ 2
๐Ÿ˜‚ 3
a
Or #ktor
j
you will mainly see ktor fans in this channel, but you can try yes ๐Ÿ™‚
๐Ÿ‘ 1
a
True
a
I would like the behaviour and supported features to be more consistent across targets. It used to be that TLS wasn't consistently supported, but I think that's resolved now.
๐Ÿ‘ 1
h
Lambdas and DSLs are cool, but the way the Play! framework collects all endpoints into a simple list of verb-path-function gives a very clear overview of what a server contains, and it makes it super simple to edit. So if you're asking because you'd like to create a useful plugin to ktor, you could e.g. make one that interprets such a list and automatically creates routing from it ...
๐Ÿ‘ 1
h
I just want builtin openAPI support and typed routes.