express-http-proxy icon indicating copy to clipboard operation
express-http-proxy copied to clipboard

Is it possible to proxy websockets?

Open fco4 opened this issue 4 years ago • 3 comments

Hi Is it possible to proxy websockets?

fco4 avatar Feb 03 '20 09:02 fco4

@nocturnesound I wanna know too. Did you find some solution to it ? in my case I'd like to proxy to an internal server in the local network and maybe intercept the response before sends to the client.

soupaulosilva avatar Mar 25 '20 13:03 soupaulosilva

@nocturnesound I found another lib that helps proxy ws. take a look at https://github.com/chimurai/http-proxy-middleware

soupaulosilva avatar Mar 25 '20 14:03 soupaulosilva

@nocturnesound I found another lib that helps proxy ws. take a look at https://github.com/chimurai/http-proxy-middleware

I use http-proxy now with option ws: true

fco4 avatar Mar 25 '20 15:03 fco4