subscriptions-transport-sse
subscriptions-transport-sse copied to clipboard
A Server-Side-Events (SSE) client + server for GraphQL subscriptions
Since this transport plugin has been last updated 2 years ago, I'm wondering if this is a feasable solution for a websocket-alternative.
1. It leaks, because of the keepalive setInterval never being cancelled on socket close 2. Why is the keepalive needed? 3. Why do you close the subscription when the socket...
@MikeBild Could you please add a something like "Server-Sent Events vs. WebSockets (pros and cons)" section to the `README.md`?
According to https://github.com/apollographql/graphql-subscriptions, the SubscriptionManager is deprecated. It seems like subscriptions-transport-sse will not work without SubscriptionManager. Is there any way to use subscriptions-transport-sse with the current version of Apollo's GraphQL...
https://subkit-subscriptions-server.cloud.dropstack.run/graphql and https://subkit-subscriptions-app.cloud.dropstack.run don't work. @MikeBild PTAL.