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

9 lines
439 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的集成支持。
- 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)
2020-08-10 05:01:49 +00:00
- Tide [async-graphql-tide](https://crates.io/crates/async-graphql-tide)
2020-04-17 10:23:48 +00:00
**即使你目前使用的Web Server不在上面的列表中自己实现类似的功能也相当的简单。**