async-graphql/docs/zh-CN/src/integrations.md

12 lines
592 B
Markdown
Raw Normal View History

2020-04-15 03:15:30 +00:00
# 集成到WebServer
2020-04-17 10:22:24 +00:00
`Async-graphql`提供了对一些常用Web Server的集成支持。
2021-08-23 15:16:31 +00:00
- Poem [async-graphql-poem](https://crates.io/crates/async-graphql-poem)
2020-04-17 10:22:24 +00:00
- 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)
2021-11-16 06:51:20 +00:00
- Axum [async-graphql-axum](https://crates.io/crates/async-graphql-axum)
- Rocket [async-graphql-rocket](https://crates.io/crates/async-graphql-rocket)
2020-04-17 10:23:48 +00:00
2021-11-16 06:51:20 +00:00
**即使你目前使用的Web Server不在上面的列表中自己实现类似的功能也相当的简单。**