Background sever in an Electron app?
Is it possible to run a background server in an Electron app. If so, can we attach start/stop events to it? I'm planning to wrap an existing web app (along with its prod dependencies) inside electron, to make it easily accessible for the end user.
Any help would be appreciated 🙂