async-graphql/docs/en/src/integrations.md

8 lines
372 B
Markdown
Raw Normal View History

2020-04-15 03:15:30 +00:00
# Integrations
2020-05-09 21:56:45 +00:00
`Async-Graphql` supports several common Rust web servers.
- 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)
**Even if the server you are currently using is not in the above list, it is quite simple to implement similar functionality yourself**