graphql-elixir / plug_graphql

Plug (Phoenix) integration for GraphQL Elixir
Other
126 stars 7 forks source link

Support GraphQL subscriptions #31

Open ndarilek opened 8 years ago

ndarilek commented 8 years ago

Still fairly new to Elixir and Phoenix/Plug. Is this the appropriate repo on which to request support for GraphQL subscriptions?

There seems to be lots of work happening in this space recently:

I don't have an opinion/preference as to which approach is better. Maybe they're compatible. But Apollo at least seems to require Redis for multi-node deployments, a need which I imagine Elixir completely removes.