Hello,
Last year I created a droplet using the “ubuntu wordpress” image. It works fine and can be seen at https://www.retrorazed.com
Now I’m trying to run a nodejs websocket server alongside the LAMP server the image installed. I’m using port 61231 and I’ve opened it from anywhere using ‘ufw’.
I’ve tried a million things but connecting from wss://159.203.58.166:61231 or wss://retrorazed.com:61231 results in a connection error with no useful error information. The nodejs server is being run from ‘/var/www/server’ and I’m connecting to it from a webpage found at ‘var/www/html/client’ that’s being served from apache.
I’m not sure what could be causing this problem, so if anyone has any ideas that I could try out I would be very appreciative.
Thank you!
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.
Sign up for Infrastructure as a Newsletter.
Working on improving health and education, reducing inequality, and spurring economic growth? We'd like to help.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Hi @hidinglapiscla,
I’ve tried to answer the question at :
https://www.digitalocean.com/community/questions/how-to-set-up-nodejs-websocket-server-alongside-ubuntu-wordpress-install
As such, I’ll close this one.