Join Slack
Powered by
Hi ! Is there an equivalent to <electron> but for ...
# javascript
a
Ayfri
08/24/2022, 2:49 AM
Hi ! Is there an equivalent to
electron
but for Kotlin/JS ?
r
Robert Jaros
08/24/2022, 5:27 AM
You can build electron apps with Kotlin/JS.
g
Grégory Lureau
08/24/2022, 8:05 AM
I just discovered
Tauri
, an electron equivalent that could offer better performance, if ever you want to try it 🙂
a
Ayfri
08/24/2022, 9:07 AM
Sorry I meant an equivalent to electron/tauri but in Kotlin 🙂
d
Derek Ellis
08/24/2022, 11:43 AM
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
Ayfri
08/24/2022, 4:46 PM
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
Robert Jaros
08/24/2022, 6:45 PM
Your app would be 100% Kotlin. Electron is just a runtime environment, conceptually no different from Android or JVM.
a
Ayfri
08/24/2022, 6:59 PM
Ah okay
34
Views
Open in Slack
Previous
Next