juniper/juniper_rocket/README.md
theduke b89712a887 Add juniper_rocket back to main repo
This is done for a lower maintainance burden and combined testing.
2017-12-02 15:59:23 +01:00

1.3 KiB

juniper_rocket

Build Status Build status Crates.io Gitter chat

This repository contains the Rocket web server integration for Juniper, a GraphQL implementation for Rust.

Documentation

Once the crate is published, the documentation will be on docs.rs.

For now, please consult the example below.

Examples

Check examples/rocket_server.rs for example code of a working Rocket server with GraphQL handlers.

License

This project is under the BSD-2 license.

Check the LICENSE file for details.