Is it possible to setup a backend for frontend using websockets

Viewed 13

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.

0 Answers
Related