2017-12-02 08:55:29 -06:00
|
|
|
# juniper_iron
|
|
|
|
|
2017-12-02 09:09:08 -06:00
|
|
|
This repository contains the [Iron][Iron] web framework integration for
|
|
|
|
[Juniper][Juniper], a [GraphQL][GraphQL] implementation for Rust.
|
2017-12-02 08:55:29 -06:00
|
|
|
|
2017-12-02 09:09:08 -06:00
|
|
|
For documentation, including guides and examples, check out [Juniper][Juniper].
|
2017-12-02 08:55:29 -06:00
|
|
|
|
2017-12-02 09:09:08 -06:00
|
|
|
A basic usage example can also be found in the [Api documentation][documentation].
|
2017-12-02 08:55:29 -06:00
|
|
|
|
|
|
|
## Examples
|
|
|
|
|
|
|
|
Check [examples/iron_server.rs][example] for example code of a working Iron server with GraphQL handlers.
|
|
|
|
|
2017-12-02 09:09:08 -06:00
|
|
|
## Links
|
|
|
|
|
|
|
|
* [Juniper][Juniper]
|
|
|
|
* [Api Reference][documetation]
|
|
|
|
* [Iron framework][Iron]
|
|
|
|
|
2017-12-02 08:55:29 -06:00
|
|
|
## License
|
|
|
|
|
|
|
|
This project is under the BSD-2 license.
|
|
|
|
|
|
|
|
Check the LICENSE file for details.
|
|
|
|
|
|
|
|
[Iron]: https://github.com/iron/iron
|
|
|
|
[Juniper]: https://github.com/graphql-rust/juniper
|
|
|
|
[GraphQL]: http://graphql.org
|
|
|
|
[documentation]: https://docs.rs/juniper_iron
|
2017-12-02 09:09:08 -06:00
|
|
|
[example]: https://github.com/graphql-rust/juniper/blob/master/juniper_iron/examples/iron_server.rs
|
|
|
|
|