Can Galaxy handle Apollo subscriptions over websockets?
1 Like
It should support websocket:
But then you’ll need to add subscription support yourself with things like subscriptions-transport-ws
Or simply use ddp-apollo and forget about setting up a websocket connection