Enable Real-time capabilities for your client applications.
GET
and POST
requests. Recommended for unidirectional updates. More resource efficient than WebSockets.
graphql-ws
or SSE
if you have the choice.
The Router connects your Clients and Subgraphs to establish a Real-time connection.
The Clients and Subgraphs can speak different protocols depending on their abilities.