Hi to all
I’m very new to Kotlin, but when I realised what my own code could look like in Kotlin, I immediately felt in love!
Maybe it’s a common question, but I can’t find exhaustive discussions on this: what’s the recommended web framework to use in companion with Kotlin (read better interop with Kotlin, and maturity)?
For example I never tried Grails, but a lot of people seem to find it one of the most productive framework. I imagine that trying to work with it in Kotlin rather than Groovy could be very hard, is it?
I don’t want to fiddle with immature frameworks though… And I usually prefer a separation between APIs to be consumed by mobile apps and third parties, and web applications (like B2B backends, and so on). But if there’s really a framework that can shine in both aspects, I can give it a try…
PS: please do not suggest Kara, looks promising but I’m not keen on writing everything (even views) with Kotlin… I think that HTML/CSS must be crafted by expert designers, that surely can’t deal with strange Kotlin based views…
Thanks to all!
P.