Jarlakxen / drunk

A simple GraphQL client on top of Sangria, Akka HTTP and Circe.
Apache License 2.0
62 stars 21 forks source link

Use STTP instead of Akka as the backend #8

Open paulpdaniels opened 5 years ago

paulpdaniels commented 5 years ago

The current implementation locks us into using the the AkkaBackend. A more flexible approach would be to swap it out to use STTP which has its own backend concept (one of which is Akka). For our purposes we needed such a capability so I created a spike here https://github.com/leadiq/drunk/pull/1 . If the maintainers like the approach I can also open the PR to this repo so it makes it back to the mainline.

zalbia commented 5 years ago

Would love to see this too.