Skip to content

Commit 9e55498

Browse files
authored
Add actix to readme
1 parent a47d1c5 commit 9e55498

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ GraphQL schemas as convenient as Rust will allow.
1818

1919
Juniper does not include a web server - instead it provides building blocks to
2020
make integration with existing servers straightforward. It optionally provides a
21-
pre-built integration for the [Hyper][hyper], [Iron][iron], [Rocket], and [Warp][warp] frameworks, including
21+
pre-built integration for the [Actix][actix], [Hyper][hyper], [Iron][iron], [Rocket], and [Warp][warp] frameworks, including
2222
embedded [Graphiql][graphiql] and [GraphQL Playground][playground] for easy debugging.
2323

2424
- [Cargo crate](https://crates.io/crates/juniper)
@@ -42,7 +42,7 @@ For specific information about macros, types and the Juniper api, the
4242
You can also check out [src/tests/schema.rs][test_schema_rs] to see a complex
4343
schema including polymorphism with traits and interfaces.
4444
For an example of web framework integration,
45-
see the [hyper][hyper_examples], [rocket][rocket_examples], [iron][iron_examples], and [warp][warp_examples] examples folders.
45+
see the [actix][actix_examples], [hyper][hyper_examples], [rocket][rocket_examples], [iron][iron_examples], and [warp][warp_examples] examples folders.
4646

4747
## Features
4848

@@ -71,6 +71,7 @@ your Schemas automatically.
7171

7272
### Web Frameworks
7373

74+
- [actix][actix]
7475
- [hyper][hyper]
7576
- [rocket][rocket]
7677
- [iron][iron]
@@ -84,13 +85,15 @@ your Schemas automatically.
8485

8586
Juniper has not reached 1.0 yet, thus some API instability should be expected.
8687

88+
[actix]: https://actix.rs/
8789
[graphql]: http://graphql.org
8890
[graphiql]: https://github.com/graphql/graphiql
8991
[playground]: https://github.com/prisma/graphql-playground
9092
[iron]: http://ironframework.io
9193
[graphql_spec]: http://facebook.github.io/graphql
9294
[test_schema_rs]: https://github.com/graphql-rust/juniper/blob/master/juniper/src/tests/schema.rs
9395
[tokio]: https://github.com/tokio-rs/tokio
96+
[actix_examples]: https://github.com/graphql-rust/juniper/tree/master/juniper_actix/examples
9497
[hyper_examples]: https://github.com/graphql-rust/juniper/tree/master/juniper_hyper/examples
9598
[rocket_examples]: https://github.com/graphql-rust/juniper/tree/master/juniper_rocket/examples
9699
[iron_examples]: https://github.com/graphql-rust/juniper/tree/master/juniper_iron/examples

0 commit comments

Comments
 (0)