varabyte / kobweb

A modern framework for full stack web apps in Kotlin, built upon Compose HTML
https://kobweb.varabyte.com
Apache License 2.0
1.46k stars 65 forks source link

Add kobweb stop #32

Closed bitspittle closed 2 years ago

bitspittle commented 2 years ago

Sometimes a server is left running and you don't want to kill it directly.

So just add Kobweb stop, which doesn't even need to run Gradle? It can just add a server request to the request.yaml file and while loop / sleep until it is deleted.

bitspittle commented 2 years ago

This got added when we added kobweb run --headless (which needed a way to stop the server)