Report this

What is the reason for this report?

Running a nodejs application

Posted on July 6, 2017

Hi there,

I am on a Ubuntu 16.04 droplet running nginx, php7.1-fpm and trying to run a nodejs application over ssl.

To install Nodejs I followed this tutorial: https://www.digitalocean.com/community/tutorials/how-to-set-up-a-node-js-application-for-production-on-ubuntu-16-04

I cannot even get this line to work:

curl http://localhost:8080

I get:

curl: (7) Failed to connect to localhost port 8080: Connection refused

I have open port 8080 on UFW.

What else can I do?



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

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.

Hi @stephgiguere

When you execute the hello.js script in the console, you need to open a new console window and login again and then run the curl http://localhost:8080.

And you should remove that firewall rule again.

@stephgiguere

Refer to this tutorial to run your nodejs in background.

To run it over ssl you can use nginx reverse proxy.

Hope this helps.

This comment has been deleted

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.