I know that the infrastructure (?) used for Azure Web Apps has access to node.js - this was years ago. Is that a fair expectation for Umbraco Cloud as well? Does anyone have a blog post or tutorial about utilizing node.js from C#?
If it helps : I'm trying to trigger a webpack build server-side in response to changes editors can make to the theme. These changes are in a custom section of the backoffice. In response to the configuration, certain files would be included / excluded / even modified.
I know that's a lot but my 1st issue is how to trigger node.js to run a script server-side. I am sure I can figure out the rest via trial-and-error.