I am new to node js. In my application url, port number has to be specified like localhost:3000/a. How can I remove that port number from appearing in the URL. I tried out by giving the port number as 80. But it didn't worked for me.
Even when I set the port as 8080, I have to specify the port number 8080, in order to work. If it is not specified, it raise 404, just like the just like the simple server behave.
Please help me with a solution. Thanks in advance