'How to set custom hostname and remove port using Express.js?

I'm developing my application using Express.js but I don't want to use hostname like 'http://localhost:3000'.

How can I change that to another hostname and remove a port for my local environment only? Such as 'http://example.com' that point to my express's server.



Solution 1:[1]

You can change your hosts file.

For change you can read this article

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Maxime Pomier