Heroku + node.js: I have a server which uses multiple ports. How can I get Heroku to allocate them?
Okay, after doing some research I’ve found out that opening ports in Heroku is disabled and not allowed. The only way around this is to use sub-domains and then in-app to use a proxy module (like subdomain-router which I use). BUT – Heroku don’t let you create sub-domains on their domain, meaning that your-app.herokuapp.com is … Read more