Skip to content

subscription over websocket #55

@jangko

Description

@jangko

before we implement subscription over websocket there are some issue need to be addressed first:

  • the same subscription may need to be served to many clients connected to the server, how the state or the subscription context should be managed or shared or split among connections?
  • should it share the same schema instance with query/mutation or using it's own copy or slices of the schema?
  • is there any standardization or specification of protocol over websocket?
  • can we use https://github.com/apollographql/subscriptions-transport-ws/blob/master/PROTOCOL.md

Metadata

Metadata

Assignees

No one assigned

    Labels

    featuresNew features not availabel yetmedium priorityWe might need it soon

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions