You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
cmeeren
changed the title
Support subscriptions using SSE (Server-Sent Events) instead of websockets
Support subscriptions using SSE (Server-Sent Events) as alternative to websockets
Apr 10, 2024
I propose that support is added for the GraphQL over Server-Sent Events Protocol, like HotChocolate has.
This simplifies authentication, since you can use the same authentication as normal HTTP requests.
I haven't looked at the GraphQL-specific parts of it, but SSE it itself technically very simple. Here is a demo:
You can test it by simply opening that endpoint in a browser (at least Edge works fine).
Related: #460
The text was updated successfully, but these errors were encountered: