-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently all samples are inside kotlin-jvm
and are self-contained in their own package, with each having its main()
function.
But what about servers?
Ideally I would like to have a new directory/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!
LouisCAD and FultonBrowne
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request