Created VPS using the GCE platform. In the instance, MongoDB database that is hosted at the default port 21017.And also set up a REST API based NodeJS server with express listening in on port 8080.
Now, NodeJS site can only accessed internally. How do I expose port 8080 to the external ip address, through which I can access the API anywhere?