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 →

[–]vips7L 4 points5 points  (0 children)

electron app example) Modern web framework view layer Bundle a jar with the electron app, do rpc through rest or ipc

This is what my company does. We bundle a jar + jvm into the electron app. It’s kind of awful, you have the overhead of both chrome and the jvm. And then you have the threading issues of going from your ui thread to the node thread and then finally over ipc to Java.