5 ms·
I'm looking for a graphql interface that can serve subscriptions. Is anyone familiar of a combination of data store and graphql server that can fill this need,
by HighlandSpring 9y ago
I'm looking for a graphql interface that can serve subscriptions. Is anyone familiar of a combination of data store and graphql server that can fill this need, or is working towards it?
- ruslan_talpa 9y agoI am [1] [2]. Infrastructure for subscriptions is 90% there (RabbitMQ + webstomp plugin) 1. https://subzero.cloud/ https://subzero.cloud/ 2. https://github.com/subzerocloud/subzero-starter-kit https://github.com/subzerocloud/subzero-starter-kit (edit formatting)
- akeating 9y agoThere's a nice implementation of subscriptions over at https://hexdocs.pm/absinthe/subscriptions.html#content https://hexdocs.pm/absinthe/subscriptions.html#content for Elixir.