Reverse Proxy


Deploying a Go (golang) application on Windows Server using IIS and a reverse proxy

Running a Go application on Windows Server is not hard and I've written this article to explain how to do it by setting us a windows service that runs the Go application in IIS via a reverse proxy.

read this article

Deploying a Node.js application on Windows IIS using a reverse proxy

Running a Node.js application on Windows Server is not hard, but there's no real documentation on the internet so I've written this article to explain how I do it by setting us a windows service that runs my Node.js app and exposing the app to IIS via a reverse proxy.

read this article