Hi, I want to create a communication between the server.js and the main.js . I send a http get request to the server, and it needs to send a message to the MM to, for instance, hide a module.
I’ve tried with IPC (ipcMain, ipcRenderer), but every time there seems to be something wrong. Undefined variables or non-existing methods.
Can some one assist?
thanks!