Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor GraphQL/REST etc. #13

Open
hantsy opened this issue Jul 14, 2024 · 0 comments
Open

Refactor GraphQL/REST etc. #13

hantsy opened this issue Jul 14, 2024 · 0 comments

Comments

@hantsy
Copy link

hantsy commented Jul 14, 2024

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant