Hi All. Do any of you know of some good resources to get up and running with Kotlin? My last experience with the JVM was at University, that was Java 6. Now we are at Java 10 o.o.
I am a Web guy, I use mostly Python, PHP and Go at work so I am spoilt when it comes to the simplicity of creating HTTP/JSON/RESTish apis. My understanding is that the 'Spring' framework is used for web dev? But it seems to be a 6000 pound gorilla for a hello world api...is there something like the equivilent of golangs net/http library for Kotlin/Java? any help would be much appreciated.