I'm creating an application on Node.Js using Electron and needs to continue running in the background when it's closed, and becomes an icon for the next application to the computer's clock for the user to access. But I did not find references to do this task, so the question is:
How to put an application to run in the background when it is closed?