I wanted to register the ip of my node.js server on the console, so I added:
console.log( server.address().address )
to my server code. I got this in response:
::
Does this mean that my ip server is not installed? And if so, how can I install it?
EDIT 1; Here is the problem guys, when I compile my server file using Node, I get the following: 
When I wanted to see what my application looks like in a browser, I could not open it, although I tried all this:
I get nothing. That is why I asked how I can find out which IP is working.
source share