node.js in Windows 10 IoT

Javier Fernández 21 Reputation points
2021-04-30T08:54:33.447+00:00

Hi everybody,

I'm tackling a web app where I will need to run a python backend and an angular frontend in a Windows IoT device, apparently I should be able to use IIS but ...

  • I cannot find documentation on how to manage IIS in Windows 10 IoT, how could I manage it?
  • Following this article I've installed python and I could use gunicorn or uwsgi to serve the backend, but I'd like to know how can I handle this as a system service to get it up on every boot (I guess I would have to create a service in Windows IoT but I'm not sure if I could do this)
  • The point for this backend is to run arbitrary .exe files to interact with another physical machines (updaters) and I'm not sure of Windows 10 IoT capacity to do this.
  • I guess I would have also to install node.js to handle angular and also I would need a system service to get the frontend up at every boot, but I cannot find also any article about how to install node.js for Windows 10 IoT

Am I right in these points? Or should I to stake out the whole project?

Thank you all.

Windows for business Windows for IoT
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Sean Liming 4,766 Reputation points Volunteer Moderator
    2021-04-30T15:31:13.66+00:00

    IIS is built into Windows 10. You need to enable the feature for IIS either in the answer file (shown below) or via Control Panel->Program and Features->Windows Features. Use PowerShell or IIS Management to configure IIS.

    92950-image.png


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.