Hacker News new | ask | show | jobs
by gitgud 2520 days ago
Nice, I especially appreciate all the examples in the Readme.

Would this be anymore performant than electron? Or smaller binary sizes? etc...

1 comments

Thanks.

More performant? Maybe - at least multithreading, fork/join, ... would be easier.

Smaller binaries? No, probably even larger, since the chromium embedded framework (CEF) is biiig. But it would probably be possible to add other HTML renderers later (i.e. CEF during development b/c of the excellent debugging features, JavaFX WebView later).

It would make most sense when you either need multi-threading or have existing Java libraries/code you want to re-use or have mostly Java developers...