Hi folks,
did you ever just wanted to run a K script to create a server response? I created a scripting host to do exactly this. No need to setup a complete ktor service. Just connect Nginx (or whatever) to the scripting host on your server via a domain socket and afterwards you can run any
*.server.kts
scripts as responses to requests.
https://github.com/EdwarDDay/kotlin-server-scripts