Originally used to build backends in Django but I'...
# javascript
r
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
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).
There are also other K/JS frameworks - see #compose-web, #kobweb, #doodle, #fritz2
r
I'm checking out kvision and it looks like something I'd use