please tell me do we have a common setup example a...
# getting-started
g
please tell me do we have a common setup example anywhere where I can check node server set up and front end using Kotlin , I want to access my own web pack and package.json for setup my kotlin web
s
not exactly what you've asked for since I have no experience with KotlinJS, but I recently listened to a talk where a startup used this framework for KotlinJS: https://www.fritz2.dev/ There were also keeping an eye open for https://www.jetbrains.com/de-de/lp/compose-multiplatform/ but they didn't get the impression that the html-frontend has come very far. Using JavaScript/TypeScript at the backend but not at the frontend sounds strange. A big part of why node exist is because it enable frontend-devs to use the language they know also at the backend. So if you want to use the same language back- and frontend, then either stay with node and pick one of the many Js/Ts-frontend libs/frameworks (Vue, React, Angular, ...) or you can stay with KotlinJs you could switch to a backend using Ktor (https://ktor.io/). Of course it's your choice, but my feeling is that the combination you're looking for is so rare, that there isn't a setup tutorial for it. (I could be wrong.)