Y
Hacker News
new
|
ask
|
show
|
jobs
by
rockyj
2736 days ago
I really liked Kotlin too. Which web framework do you recommend using with Kotlin (assuming you do webdev with Kotlin)?
1 comments
walrus1066
2736 days ago
Ktor, it's working really well, only downside is limited openAPI/swagger support, i.e. Schema first or code first code/schema generation.
link
wing328hk
2727 days ago
Have you tried the `kotlin-server` generator in the OpenAPI Generator project (
https://github.com/OpenAPITools/openapi-generator
)?
Disclosure: I'm the top contributor to OpenAPI Generator.
link