romshark / dgraph_graphql_go

A GraphQL + Dgraph + Go + HTTP based backend service demo.
MIT License
50 stars 15 forks source link

Server-side Event Subscriptions #11

Open romshark opened 5 years ago

romshark commented 5 years ago

Implement the following GraphQL subscriptions:

Use HTTP/2 SSE for server-side event emission for the HTTP transport implementation.