Now for a new job I am studying a backend on Kotlin using the ktor library. Prior to that, he created only a local server on his computer with the built-in tools of the intellij idea software environment, or used only php in the backend for hosting. Here is a question - is it possible to launch the creation on the cotlin on a regular hosting like hostiman, timeweb and so on? And if so, how?

Attempts to find something on the Internet led to articles about a completely different thing, like node js on a hosting. Forgive me if I didn’t look at my question badly or formulated it badly.

    1 answer 1

    As far as I understand, ktor applications can be hosted just like regular java applications. I need hosting with a Java application server.

    Here it is described how to upload to Google App Engine and Heroku
    https://ktor.io/servers/deploy.html