juniper/juniper_actix/README.md

34 lines
1,022 B
Markdown
Raw Normal View History

2020-04-21 01:21:02 -05:00
# juniper_actix
This repository contains the [actix][actix] web server integration for
[Juniper][Juniper], a [GraphQL][GraphQL] implementation for Rust, its inspired and some parts are copied from [juniper_warp][juniper_warp].
## Documentation
For documentation, including guides and examples, check out [Juniper][Juniper].
A basic usage example can also be found in the [API documentation][documentation].
## Examples
Check [examples/actix_server][example] for example code of a working actix
server with GraphQL handlers.
## Links
* [Juniper][Juniper]
* [API Reference][documentation]
* [actix][actix]
## License
This project is under the BSD-2 license.
Check the LICENSE file for details.
[actix]: https://github.com/actix/actix-web
[Juniper]: https://github.com/graphql-rust/juniper
[GraphQL]: http://graphql.org
[documentation]: https://docs.rs/juniper_actix
[example]: https://github.com/graphql-rust/juniper/blob/master/juniper_actix/examples/actix_server.rs
[juniper_warp]:https://docs.rs/juniper_warp