Hacker News new | ask | show | jobs
by zilti 879 days ago
I wish we'd get what JavaFX promised: Programs running in the browser that can be installed by simply dragging them out of the browser.
1 comments

This is called PWAs. They are easily installable and can contain WASM.
No. PWAs are not a thing on desktops, they still need the entire browser, and they are still just a browser page. That's a far cry from what JavaFX enabled.
JavaFX programs needed the Java runtime too, and they were still just Java apps. How is the JRE different from Safari or Edge?

Or is my understanding of JavaFX incorrect, and it somehow turned applets into native binaries when you dragged them out of the browser?

That's correct, JavaFX needs JRE, as well as Java Web Start.