powerhouse-inc / document-drive

GNU Affero General Public License v3.0
1 stars 0 forks source link

Replace polling of connect with GraphQL subscriptions #148

Open CallmeT-ty opened 4 months ago

CallmeT-ty commented 4 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 2 months ago

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