bob02940
bob02940

Reputation: 31

How to proxy a websocket connection in browser

Is there any way to proxy a WebSocket connection in browser JS? I know there are modules to do it in node.js but is it possible to do write it as code that a browser can execute?

Upvotes: 2

Views: 648

Answers (1)

LJD
LJD

Reputation: 496

I think you can use something like nginx https://www.nginx.com/blog/nginx-nodejs-websockets-socketio/

Upvotes: 1

Related Questions