You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to WebSocket, SSE... GraphQL, REST, RSocket and gRPC, etc. should be belong to the domain of client/server communication protocol.
GraphQL can be implemented by HTTP, WebSocket, SSE, RSocket, etc.
Spring GraphQL
Netflix Dgs framework
Vertx, Quarkus, and Micronaut have built-in GraphQL supports, including the client and server side.
Spring WebFlux includes RSocket protocol supports(client/server), and Spring GraphQL includes a Rsocket implementation of GraphQL.
Spring RSocket can be implemented by Websockets/HTTP, unlike general web applications, a Spring Rsocket server can be opened via a TCP port without a web environment.
The text was updated successfully, but these errors were encountered:
Similar to WebSocket, SSE... GraphQL, REST, RSocket and gRPC, etc. should be belong to the domain of client/server communication protocol.
The text was updated successfully, but these errors were encountered: