check this implementation for subscriptions over SSE #894
ye7iaserag
started this conversation in
Show and tell
Replies: 2 comments 1 reply
-
I took a peek look, but going through commits which mix changes in unrelated files isn't much fun. Doesn't this need some kind of transport system to make SSE work PHPs traditional request/response? Or is this more something for Octane? But if you think you can add this to the library incl. tests and docs, I'd anyone is welcome! |
Beta Was this translation helpful? Give feedback.
1 reply
-
I couldn't get this application to run on my local machine but I reused parts of your code to solve the pagination problem I posted here |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried to Implement graphQL subscription through SSE which required a minimal extension of the graphQL library
I tried to stay as close as possible to the specification in
https://spec.graphql.org/June2018/#sec-Subscription-Operation-Definitions
Please check it and tell me what you think
https://github.com/ye7iaserag/php-graphql-example
Beta Was this translation helpful? Give feedback.
All reactions