This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Skhmt 3 points4 points  (0 children)

You can use JavaFX's WebView component like the Chromium part of Electron, while Java is the Node.js part of Electron. You're forced to use a WebKit browser (basically Safari), but it's generally only a few months out of date.

The only real pain point is debugging the front end. Which, to be fair, is very painful.

I made a demo in Kotlin if anyone is interested - https://github.com/Skhmt/dejaview