Wednesday, 6 November 2019

Any hosting for TCP servers written in NodeJS similar to Heroku?

When I say Heroku, I mean a provider which has minimum setup requirements (push the code and you are pretty much set). I know VM will allow you to host a TCP server since you have full control over which port will be used and what protocol, but I'd really prefer to avoid them if possible (time constraints).FYI, I did try hosting on Heroku and while you can bind the port, no TCP connection actually reaches the server and some documentation (can't find it at the moment) said that the Heroku router only works with HTTP.

Submitted November 06, 2019 at 06:58PM by combust_pizza

No comments:

Post a Comment