简体   繁体   中英

Run react isomorphic on iis

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 :

  1. Easyest way IMO
  2. Easy way

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM