powerhouse-inc / powerhouse

https://powerhouse-design-system-six.vercel.app
0 stars 0 forks source link

Replace polling of connect with GraphQL subscriptions #233

Open CallmeT-ty opened 7 months ago

CallmeT-ty commented 7 months ago

We should also look into replacing the Polling from Connect with Graphql Subscriptions. There is this library that uses Server Sent Events instead of Websockets: https://the-guild.dev/blog/graphql-over-sse They have a recipe to integrate with Apollo: https://the-guild.dev/graphql/sse/recipes#with-apollo

CallmeT-ty commented 5 months ago

@acaldas Was this already implemented now? I'm unsure.