DEV Community

Discussion on: Contribute to the Kotlin Libraries Playground for #hacktoberfest

Collapse
 
fultonbrowne profile image
Fulton Browne

It looks like you don't have a ktor server demo - I could help with that

Collapse
 
jmfayard profile image
Jean-Michel πŸ•΅πŸ»β€β™‚οΈ Fayard • Edited

Hello Fulton

That would be great but that would also be more work than the other samples.

Ideally I would like to have a new project "kotlin-server" that will contain an implementation of the same simple server spec in ktor but also later spring boot, http4k, javalin or whatever people want to contribute.

For a real project, one would use a multimodule Gradle build for that, but for pedagogy simplicity is key so if that's possible to put all implementations in a single module, that's better!

I created an issue if you are interested

github.com/LouisCAD/kotlin-librari...