async-graphql / async-graphql
- понедельник, 11 мая 2020 г. в 00:21:50
Rust
The GraphQL server library implemented by rust
Async-graphql
is a high-performance server-side library that supports all GraphQL specifications.
If you are just getting started, we recommend checking out our examples at: https://github.com/async-graphql/examples
To see how you would create a Relay-compliant server using async-graphql, warp, diesel & postgresql, you can also check out a real-world example at: https://github.com/phated/twentyfive-stars
git clone https://github.com/async-graphql/benchmark
cargo run --release
Licensed under either of
Welcome to contribute !