Serverside

hi
how to program serverside with kotlinlang ?
thanks

First: If you are talking about server-side the category of this post shouldn’t be Android but Web Development.

Second: Check the official documentation https://kotlinlang.org/docs/reference/server-overview.html

thanks
but i cant use the server side
what version serverside beta or released ?

What do you even mean with:

im language persian i dont know this page
i know little english

Then I cannot help you, may be someone else can.

You need to learn how to compile kotlin code in Js by using kotlinJs then you will be using kotlin on serverside

You need to decide how you are going to run your server. Is it going to be a regular application or a webapp - creating war files (or something else). It actually works 100% the same as a Java server side application except that you also compile with Kotlin. If you were using gradle, you just add the Kotlin plugin, write Kotlin code and you’re done.