villadora / express-http-proxy

Proxy middleware for express/connect
Other
1.22k stars 236 forks source link

Is it possible to proxy websockets? #448

Open fco4 opened 4 years ago

fco4 commented 4 years ago

Hi Is it possible to proxy websockets?

soupaulosilva commented 4 years ago

@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 commented 4 years ago

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

fco4 commented 4 years ago

@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