How would one integrate a golang web service with an existing IIS site?
For example, given a go web service running on port 8080, how could
inbound traffic be reverse proxied through IIS to the go service? I assume
there is a plugin that enables this but I'm not sure where to start looking.
Thanks in advance.
--