Issue regarding web socket in socket.io (back-end placed in different folder)

136 Views Asked by At

I am using express js, socket.io, and easyRtc for my back-end. I've to connect the back-end with client-side code. And we are hitting http://localhost:3333/quagmire-api/ to connect with the server-side. All the other requests are coming fine rather than

this web socket url.

error which is coming This error is coming when we are using http://localhost:3333/quagmire-api/ this url. But when we are using http://localhost:3333/ this url (means when the server is running without /quagmire-api/) it working fine. working example This is working here.

Help me with this. How can i resolve this?

0

There are 0 best solutions below