He guys, We are currently stuck on some fundamentals. We have a simple Webview App as a frontend on a Raspberry Pi 3 with Windows 10 Core as a UWP app. But we also need a background task/app to manage a device that is connected via usb. The program we have is written in Nodejs and the question is if there is ANY way to port this to Windows 10 Core. Every Idea welcome. Usually we launch and set up the Application in pm2.
The direct answer for Node.js is NO.
The workaround is using background task/app in UWP using other languages:C#, C++, jvascript and Visual Basic.
More reference: