34 lines
1,022 B
Markdown
34 lines
1,022 B
Markdown
|
# 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
|