Hi, i' studying Kotlin and want to make a simple web CRUD application for a book store. Can someone give me some resources to achieve this? I have little experience with web applications, i only did some simple servlets stuff before.
r
Robert Jaros
06/29/2019, 10:01 PM
You should at least decide about the architecture of the web application you want to make. In Kotlin you can create both server-side web applications (targeting JVM) and client side web applications (targeting JS). Or even full-stack, multiplatform apps.