Question
How to run a socket.io server on droplet
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
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.
×