Source: medium.com

Kotlin on Raspberry Pi
All you need to run your Kotlin server for free is right here, well sort of. Kotlin just like Java, can run anywhere thanks to the JVM (Java Virtual Machine). To get started you need to compile & copy the jar to where you want to run your app.

For most budding coders, giving up their credit card details is enough to send them running to the hills.

To keep your app ticking over like a well oiled engine you must consider optimising the JVM to run on your environment.

Related Articles