Hacker News new | ask | show | jobs
by walrus1066 2738 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.
1 comments

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.