Add Rocket integration to README and book

This commit is contained in:
Daniel Wiesenberg 2020-09-14 10:46:15 +02:00
parent 0633a2acb1
commit 2f559e8dde
No known key found for this signature in database
GPG Key ID: A3BC00FBB8EDFCBF
2 changed files with 3 additions and 1 deletions

View File

@ -81,7 +81,7 @@ cargo bench -- "chat run"
#measure all with jemalloc
cargo bench --features jemalloc
#measure only simple run with jemalloc
#measure only simple run with jemalloc
cargo bench --features jemalloc -- "simple run"
```
@ -94,6 +94,7 @@ Read more here: https://bheisler.github.io/criterion.rs/book/criterion_rs.html
* Actix-web [async-graphql-actix-web](https://crates.io/crates/async-graphql-actix-web)
* Warp [async-graphql-warp](https://crates.io/crates/async-graphql-warp)
* Tide [async-graphql-tide](https://crates.io/crates/async-graphql-tide)
* Rocket [async-graphql-rocket](https://github.com/async-graphql/async-graphql/tree/master/integrations/rocket)
## License

View File

@ -5,5 +5,6 @@
- Actix-web [async-graphql-actix-web](https://crates.io/crates/async-graphql-actix-web)
- Warp [async-graphql-warp](https://crates.io/crates/async-graphql-warp)
- Tide [async-graphql-tide](https://crates.io/crates/async-graphql-tide)
- Rocket [async-graphql-rocket](https://github.com/async-graphql/async-graphql/tree/master/integrations/rocket)
**Even if the server you are currently using is not in the above list, it is quite simple to implement similar functionality yourself.**