Skip to content

Are there plans to implement signalR hub / websockets for { json:api } operations? #465

Description

@NullVoxPopuli

With operations over sockets (or a SignalR Hub), it'd be possible to :

  • subscribe to certain URLs
    • with include, fields, etc, this would be the most similar to GraphQL's "Queries"
  • to asynchronously receive new data whenever the server decides you need it.
    • better two-way communication
    • have quicker reassurance with optimistic UIs, or quicker feedback if something goes wrong
    • quicker UI updates with pessimistic UIs
  • push any data down the socket at any time from any direction -- which may be a smidge faster, because the connection is already established.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or improvementhelp wantedCommunity contributions are welcome

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions