I am running my nodejs server with port 8443 on localhost.
i.e. http://localhost:8443
or https://localhost:8443
Now, I have deployed the project on one server instance with IP say xxx.xxx.xxx.xxx
I have started the node server on it for the same port.
From this server instance, I can access the node server locally as I can do for my localhost machine.
But How can I access the node server publicly from outside of server at 8443?
i.e. xxx.xxx.xxx.xxx:8443