Running multiple ports on a go app

This question is similar to this

Using Multiple Ports

I have two servers running in my app concurrently in different ports. Is it possible to have them running concurrently on the same instance when I deploy to render?

Hi,

If you’re referring to multiple ports on a Web Service, this is covered in our docs, linked in the topic you referenced: https://render.com/docs/web-services#port-binding

A Web Service can start multiple ports, but only one can be accessed by the public internet. The others can be used on the internal/private network.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.