I have used vue-cli-plugin-electron-builder to get started with Vue and Electron, thanks to https://github.com/nklayman. As an Automation Engineer, most of the time, our project needs to communicate with Hardware directly using TCP/IP Socket, Serial interface, etc. It is easy to implement WebSocket in Vue and other web frameworks, but raw…