I need to make my Electron app to stay running in the background even when the user logs off from Windows.
Is there a way to run the Electron main process "globally"?
Just to context it: My app does readings from the serial port and saves into a sqlite database, so I need it to be always running, even when the user logs off.
Even a hint is appreciated. I couldn't find anything about it in my searches.