Question
Connect to http://localhost:3000 with NodeJs app. Connection refused
Hello all.
I run nodejs server on droplet and listening on port 3000.
Get error when run command: curl http://localhost:3000 “Failed to connect
to localhost port 3000: Connection refused”
What can be reason?
Thanks for help.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×