Issue with WS/EXPRESS

I cannot run websockets with express. They overlap. It is probaly cus of the system glitch uses. Please help ): I really need to make this work. When I run my express and websocket on 8080 for ws and 3000 for express the website says “Upgrade Required” it is 206 and it is an websocket issue that I need to change to wss.

You can use the express-ws package, which is for this exact situation: https://www.npmjs.com/package/express-ws

1 Like