Relative Content

Tag Archive for htmlnode.jsnginxwebsocket

How to solve “WebSocket connection to ‘ws://localhost:3000′” error nginx

I am trying to follow this tutorial https://www.youtube.com/watch?v=J8xReLuBNPY&list=PL0Zuz27SZ-6NOkbTDxKi7grs_oxJhLu07&index=1 on making a chat application with NodeJS and websockets. I am able to access my webpage through https://my.site because it is hosted with nginx and I have an ssl certificate, but when I go to this address there is an error that says: “WebSocket connection to ‘ws://localhost:3000” in the console. This is my first time using websockets so any help is appreciated.