I use the node.js and socket.io.
My application runs on the port 3000. The application starts from from the url: mydomain.com:3000/
I want to run the application from mydomain.com - I want to remove the port from the url.
Where and how can I set this setting?