Node.js on a Windows Server. Anyone doing it sucessfully?

We would like to start a new project with Node.js. We have been playing around with it and just can’t get it to work with Windows server. We can’t do 3rd party hosting per our agreement with our customers, so self-hosting is our only choice. We have another node.js site running, but it was not created with Wappler. We have tried to duplicate it with our Wappler site but still, no luck.

So has anyone successfully deployed a Node.js site with Wappler in a windows server? Using IIS? If so, what steps did you take to make it work?

PS, another topic but why are posts unlisted? There was a post about this not too long ago but I guess it is unlisted because now i cannot search for it.

Thanks,
Chris

Hi Chris,

I think you were searching the following thread:

I think it was unlisted because it was not a general problem.

I‘m not at my Mac at the moment to make screenshots but I have a Wappler NodeJS installation on our local windows iis server which is working great.

As soon as I get back to my Mac I will make some screenshots.

This link will probably help you:

https://eysermans.com/post/hosting-a-nodejs-application-on-windows-with-iis-as-reverse-proxy

You don‘t need the iisnode module for this.

Great thanks. We will take a look.

Have you found the solution?

Let me know any update on this topic.
Is there anyone who successfully deployed a Node.js site with Wappler in a windows server?

Well running node on a Windows Server with IIS require a bit more server configuration.

This article may help:

https://alex.domenici.net/archive/deploying-a-node-js-application-on-windows-iis-using-a-reverse-proxy

Yes, I did: