GraphQL Yoga subcriptions over WebSocket #2938
Unanswered
lewebsimple
asked this question in
Q&A
Replies: 1 comment
-
Hi 👋. I have use I see that my implementation could be adapted as Graphql Yoga WS implementation: https://the-guild.dev/graphql/yoga-server/docs/features/subscriptions#graphql-over-websocket-protocol-via-graphql-ws Hope this help. |
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
-
Hey everyone 👋
I'd like to configure GraphQL subscriptions using GraphQL Yoga in a Nuxt app with the experimental websocket feature of Nitro, but I don't know for sure where to start from.
I had successfully done this by initializing the graphql-ws server inside a server middleware but it does seem hackish and only works in Node environments.
Any insight would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions