I started by using 1 machine at Digital Ocean instead of UOL Host. As I do not have much experience with the server configuration part, I have 1 doubt and I hope someone helps me:
Scenario:
1) My application is running on Digital Ocean on 1 server in New York.
2) My MongoDB database is running on 1 UOL Host remote machine. Is that in your opinion bad? Because of delays in accessing the bank, etc.
Do you recommend that I install MongoDB on the machine that is in my application, or can this slow my application server down? and if so, would it be better to leave it alone?
Remembering that my app it uses Node only to access the webservice and does not have any extra processing, that is, it is very light the part of the Node, basically it is just consuming services that go straight into the DB and it comes back the result the way I need it.