ReplyJul 30, 2021
I have one follow-up question on that actually, were you also looking for keeping that process running in the background even after the app is closed? If yes, were you able to do that ? I have a use case where I want to keep that background process running in the background, I got this answers: https://stackoverflow.com/questions/45481216/how-to-run-a-background-service-in-electron-js Wanted to know if you have done something similar to that?