I'm trying to get react running using node.js with iisnode on iis
I've installed the latest node and the latest iisnode and used this stackoverflow as a guide but can't get past error 500. How to run Node.JS server for a web application?
any guides on how to do this on iis?
This not a direct answer but rather an alternative. You could use IIS' reverse proxy plugin and just reverse proxy a VirtualServer or sub folder on a virtual server to your NodeJS server.
If you need multiple processes, you could use Node's built-in clustering
Here are two ways to proceed :