I'm very new to Websockets and I am wondering if it is possible to setup a BFF pattern for a backend service running websockets?
Based on my initial research, it doesn't seem likely as Websockets require a connection between the client and the backend service.
But not sure if there is an implementation out there that is using some sort of proxy or etc.
Thanks in advance.