the code right now on the droplet is const io = require('socket.io')(8080). When I ran this on my pc, it would be on localhost:8080. How would I access this, now that it’s runnin on the droplet? I’ve tried dropletip:8080, but that doesn’t work
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.
After the droplet is created you will get a static IP. Depending on your OS you(nginx, apache) you will need to proxy those requests to the running node server 80 --> 8080
Nginx would act as the LB in this case to proxy connections to the running application on said port
The developer cloud
Scale up as you grow — whether you're running one virtual machine or ten thousand.
From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.