Originally used to build backends in Django but I've since fallen in love with kotlin and ktor
I'm building a full stack project with a ktor backend and a Vue JS frontend and I'd like to try out kotlin/JS.
I'd like pointers as to how I'd make this marriage work and where kotlin/JS comes in.
I wish I could have been more specific but I've got zero knowledge on it aside the compose multiplatform projects (Android, desktop, iOS) I've worked on
r
Robert Jaros
12/24/2023, 1:24 PM
You can check KVision framework, which has nice support for developing fullstack apps (with Ktor and other backends as well). See https://kvision.io. (disclaimer: I'm the author of the framework).
Robert Jaros
12/24/2023, 1:25 PM
There are also other K/JS frameworks - see #compose-web, #kobweb, #doodle, #fritz2
r
Rudy Sulley
12/24/2023, 1:28 PM
I'm checking out kvision and it looks like something I'd use