Published Question
Hello world!
I've created a Ubuntu NodeJS 8.10.0 on 18.04 droplet.
I've deployed a Node.js app, tested on my computer.
I can reach my app from inside the Droplet.
curl http://localhost:3000
I can't reach my app from ...
Accepted Answer:
Greetings!
I would bet that your application is listening on 127.0.0.1, as opposed to the public interface. If you run netstat -tulpn you should see the applications listening, and it might look something like this:
...
2
•
•
By
juliojordan
Node.js
Ubuntu 18.04