This proyect want to create a GUI for devcon, an existing java application, using Electron and Angular.
For this purpose I considerate two options:
- Using child process with Node.js.
- Using the node-java project to comunicate the current java project with angular and electron interface.
For this option I used as basis the angular-electron project.