absinthe-graphql/absinthe-socket

Docs

Closed this issue · 2 comments

idkjs commented

Are there docs explaining the use case for these packages? For example, when it makes sense to use this.

Thank you for sharing this package.

I didn't understand your question.

If you have a JS client that uses subscriptions, you will need those packages or roll your own. Absinthe is leveraging Phoenix channels to handle subscriptions and as such you need a corresponding client built on top of Phoenix JS channel that follows the convention / protocol used by Absinthe.