Heroku + node.js: I have a server which uses multiple ports. How can I get Heroku to allocate them?

前端 未结 3 573
长情又很酷
长情又很酷 2020-12-05 07:05

Umm I\'ll try to be more clear..

In an application server I have written in node.js, I have inner-proxy for multiple ports:

  • in my 8080 por
3条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-05 07:45

    I also learned about this today, I learned that if you run a service on a port in Heroku, you can still access it locally. Wouldn't work for above user's concern but it did fix my issue which led me to this question.

提交回复
热议问题