java-electron-tutorial
java-electron-tutorial copied to clipboard
node-java
following the tutorial I wonder you also pack the entire java stuff in a jar with all dependencies and launch it with node-java: https://github.com/joeferner/node-java
In my use case, I have a mature Java service with business logic that I'd now like to execute under the hood of a desktop application.
The path that led me here, plus your idea, implies a new possibility: build and ship our whole Java app as a JAR, and then use it inside a traditional Electron app via the node-java JNI.