-
I have interest in implementing a kotlin client (for android, possibly multiplatform) version of graphql subscriptions over SSE, and this project seems to be aligned with what I need. For context pls see apollographql/apollo-kotlin#3756 However I'm not a javascript developer, and the several snippets of code present in the README.md are not really useful for me, since I'd need to pick one, learn the related framework, THEN start my own piece of work. So I'm looking for any standalone sample projects that implement either client or server, ready to be cloned and run from command line without any coding. Are you aware of something like this? I mean, I'd prefer a project + set of instructions that someone that a less than an enthusiastic jr javascript could handle and still be jr at the end of putting it to run. It doesn't help that I'm not fond of js. On the other hand, are you aware of any client implementations of this protocol not directly related to this github repository? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hey, happy to hear you're considering using GraphQL over SSE! Sadly, I am not aware of any boilerplate project nor a custom client. For implementing your own server/client, you should find the GraphQL over Server-Sent Events protocol sufficient. For any details you might not understand there, I am more than happy to help. |
Beta Was this translation helpful? Give feedback.
Hey, happy to hear you're considering using GraphQL over SSE! Sadly, I am not aware of any boilerplate project nor a custom client.
For implementing your own server/client, you should find the GraphQL over Server-Sent Events protocol sufficient. For any details you might not understand there, I am more than happy to help.