proxyscotch icon indicating copy to clipboard operation
proxyscotch copied to clipboard

Add Realtime Connections Support

Open frankli0324 opened this issue 4 years ago • 4 comments

related: https://github.com/liyasthomas/postwoman/issues/175

frankli0324 avatar Jun 10 '20 12:06 frankli0324

So there is definitely a plan to implement WebSockets support into the Go proxy on the roadmap, my main concern however is usage of server resources especially on our official server. I may just add an optional flag or setting that can be supplied to the server to toggle the capability.

Just referring to the other issue, could you clarify what you meant by "still trying to adopt the original version of http proxy server so we could use a single proxy for both types of requests"?

NBTX avatar Jun 10 '20 16:06 NBTX

sorry for the late response back then I was not familiar with proxywoman and it's implementation of the proxy, so I said something stupid(

frankli0324 avatar Jun 12 '20 13:06 frankli0324

Ah, no worries!

NBTX avatar Jun 12 '20 15:06 NBTX

See also hoppscotch/hoppscotch:#3062.

Especially with the push for Hoppscotch as an enterprise product and for self-hosting purposes I think it would be useful to add this functionality to the proxy even if it is not used by hoppscotch officially due to the aforementioned concerns about resource consumption.

I will look to implement this in the proxy server behind a --enable-websockets flag.

SamJakob avatar Sep 03 '23 19:09 SamJakob