4
My question, to be clear, is to create a server with mongodb in a cloud hosting (for example) and access it through another server.
Example: I have a mobile app. I hosted my mongoDB in a cloud hosting (Ubuntu). I want to connect my app to db on the cloud server.
Is this possible? In what way?
I’m getting into this learning and my question was just create a server with Mongodb in a way that I could access it remotely. Outside of "localhost," you know? Unlike all the tutorials I’ve seen.