Skip to content

aesteve/vertx-graphql-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vertx + GraphQL-java

A very basic example and a set of utility methods allowing to build a graphql-compliant http server with Vert.x. The main point is that graphql-java already provides a way to deal with asynchronous responses. Just a tiny set of utility methods is needed to convert from Future to CompletableFuture.

On top of that comes a very basic http server, handling GraphQL queries either through POST or GET.

It's a basic example, not a library, since the code could be adapted if you're using RxJava Singles, koroutines, etc.

About

Simple example on building a graphql-compliant server with Vert.x and graphql-java (async)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors