Custom Port Number
26
votes
2 comments
-
paulfryer
commented
I'm trying to run a websocket server, but also need an HTTP server. So the HTTP server will take 80, and the socket server needs to connect on something else, like 81.
-
eibrahim
commented
I want my web app to respond to a port other than port 80.
The reason is that I am migrating a web service that responds to port 44956 which is hard coded on thousands of client/mobile apps/devices and I can't just turn it off.