Skip to content

viglucci/spring-boot-graphql-rsocket-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot GraphQL RSocket Demo

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 Examples

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages