32 lines
1.3 KiB
Markdown
32 lines
1.3 KiB
Markdown
|
# juniper_rocket
|
||
|
|
||
|
[![Build Status](https://travis-ci.org/graphql-rust/juniper_rocket.svg?branch=master)](https://travis-ci.org/graphql-rust/juniper_rocket)
|
||
|
[![Build status](https://ci.appveyor.com/api/projects/status/9j9bvj7q05jcxw2v?svg=true)](https://ci.appveyor.com/project/theduke/juniper-rocket)
|
||
|
[![Crates.io](https://img.shields.io/crates/v/juniper_rocket.svg?maxAge=2592000)](https://crates.io/crates/juniper_rocket)
|
||
|
[![Gitter chat](https://badges.gitter.im/juniper-graphql/gitter.png)](https://gitter.im/juniper-graphql)
|
||
|
|
||
|
This repository contains the [Rocket][Rocket] web server integration for [Juniper][Juniper], a [GraphQL][GraphQL]
|
||
|
implementation for Rust.
|
||
|
|
||
|
## Documentation
|
||
|
|
||
|
Once the crate is published, the documentation will be on [docs.rs][documentation].
|
||
|
|
||
|
For now, please consult the example below.
|
||
|
|
||
|
## Examples
|
||
|
|
||
|
Check [examples/rocket_server.rs][example] 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.
|
||
|
|
||
|
[Rocket]: https://rocket.rs
|
||
|
[Juniper]: https://github.com/graphql-rust/juniper
|
||
|
[GraphQL]: http://graphql.org
|
||
|
[documentation]: https://docs.rs/juniper_rocket
|
||
|
[example]: https://github.com/graphql-rust/juniper_rocket/blob/master/examples/rocket_server.rs
|