Demo Spring Boot GraphQL application which leverages RSocket. Intended to be used as a testing bed and proof of concept for exercising the rsocket-js apollo graphql client example.
Run this application as you would any other Spring Boot application, and then start the rsocket-js apollo graphql client example from rsocket-js.
rsc --request --route=ping --debug ws://localhost:7000/rsocket
rsc --request --route=graphql --dataMimeType="application/graphql+json" --data='{"query":"{\n greeting \n}"}' --debug ws://localhost:7000/rsocket