elixir-reverse-proxy icon indicating copy to clipboard operation
elixir-reverse-proxy copied to clipboard

Wishlist: Websocket Support

Open jeremyjh opened this issue 7 years ago • 1 comments

It looks like presently there is not Websocket support. I was hoping to use this plug to proxy to a next.js server, which uses a websocket for webpack-hmr (hot loading). Presently it times out establishing a connection.

jeremyjh avatar Jun 18 '17 20:06 jeremyjh

While it could be technically possible, the only way to achieve this is to add adapter specific code since Plug does not yet support websockets. I'd like to see more input/thoughts from others

slogsdon avatar Jun 20 '17 03:06 slogsdon