Hi ! Is there an equivalent to <electron> but for ...
# javascript
a
Hi ! Is there an equivalent to electron but for Kotlin/JS ?
r
You can build electron apps with Kotlin/JS.
g
I just discovered Tauri, an electron equivalent that could offer better performance, if ever you want to try it 🙂
a
Sorry I meant an equivalent to electron/tauri but in Kotlin 🙂
d
If you're targeting Kotlin/JS then it's unclear why Electron (or Tauri) wouldn't work? KVision has some electron bindings for Kotlin/JS
a
Yes I know it would work, but I would like to have my application made in 100% Kotlin ! But with the benefits of web
r
Your app would be 100% Kotlin. Electron is just a runtime environment, conceptually no different from Android or JVM.
a
Ah okay