I would like to show our team how to use Rust to create a Type-Safe GraphQL server.
I see the package: https://github.com/graphql-rust/juniper
But I am unclear which web framework to integrate it with to provide web-socket subscriptions. (I am looking for things that are quick starts).
Hyper, Iron, Rocket, and Warp
Which is recommended, or is there a full stack (client server) example already out there?