Skip to content

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

Open
@NullVoxPopuli

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions