I didn't find any informations about how to config a backend for a neutralino app, so I can access to system resources, like Electron does with background.js . Should I connect (if possible) to the internal websocket server, as specified here
devAPIServer listening at http://localhost:5050
or create one from scratch, by using Socket or Express. In any case, I'd like to write it in a different js file than main.js . But how to boot it concurrently with the app, especially in production mode. All I've got in mind is this:
Neutralino.os.execCommand('node server.js');