I have a websocket + REST project. Should I be using splitLink like this to combine WS and HTTP?
I have a backend project that uses REST for queries/mutations and Websockets for subscriptions.
I just want validation: is this exactly what I should be doing?
Is there some other simpler way that I'm missing?
Thank you for the great project.
4 Replies
This is how we are doing it for our product and it seems to work well
Thanks @wleistra
Lgtm
Thanks @alexkatt