Hello everyone,
I have a question regarding the inner workings of Caddy. I want to have one reverse proxy server that proxies websocket connections across multiple nodes. I was wondering how Caddy handles this with the proxy serving as the middle man?
Does the proxy open a websocket connection with the client, and then another one with the backend server, then forwards messages between the two? Or how does this work?