go-graphql-subscription-example
Subscription service
A service implementing GraphQL subscriptions with WebSocket transport to consume pre-configured topics from various stream sources
☝️ go-graphql subscription over Kafka/Redis/NSQ example
42 stars
3 watching
5 forks
Language: Go
last commit: 16 days ago
Linked from 1 awesome list
event-streameventsgographqlgraphql-subscriptionskafkakafka-consumernsqprometheusreactivexrediswebsocket
Related projects:
Repository | Description | Stars |
---|---|---|
apollographql/graphql-subscriptions | A module that enables real-time communication between GraphQL clients and servers using publish-subscribe messaging | 1,601 |
zaba505/gws | A WebSocket client and server implementation for GraphQL communication | 6 |
enisdenjo/graphql-ws | A GraphQL over WebSocket Protocol implementation | 1,739 |
the-road-to-graphql/react-graphql-github-vanilla | A React application that uses plain HTTP requests to consume GitHub's GraphQL API | 72 |
microsoft/cppgraphqlgen | Tools for generating and consuming GraphQL services in C++ | 325 |
graphql-go/relay | A Go library for constructing a GraphQL server compatible with React Relay | 424 |
kamilkisiela/apollo-angular | A GraphQL client library for Angular that enables data fetching and reactive UI development | 1,501 |
kennetpostigo/react-reach | A library that enables easy communication between React applications and GraphQL servers. | 135 |
the-road-to-graphql/react-graphql-client-library | A minimal GraphQL client for React applications | 15 |
the-road-to-graphql/react-apollo-client-testing-example | An Apollo Client application with a mocked GraphQL server and tested Query and Mutation components. | 17 |
expo/hello-graphql | An example project that integrates Exponent with Apollo Client to interact with a backend using GraphQL. | 43 |
lampctl/go-sse | A Go package for sending and receiving event streams from servers to clients | 12 |
99designs/gqlgen | Library for building GraphQL servers with type safety and code generation | 9,983 |
chadian/ember-graphql-examples | A collection of examples showcasing the use of GraphQL in an Ember application | 5 |
the-road-to-graphql/react-apollo-client-mocking-example | A minimal React application with Apollo Client using a mocked GraphQL API to demonstrate its usage. | 17 |