juniper/juniper_actix
Kai Ren d11e351a49
Use actix-ws for juniper_actix subscriptions (#1197)
- fix panicking issues in `graphql-transport-ws` protocol implementation
- rework `graphql-ws` integration tests in `juniper::http`
- add `graphql-transport-ws` integration tests in `juniper::http`
2023-10-24 17:59:36 +00:00
..
examples Improve WebSocket integration (#1191, #1022) 2023-09-21 23:24:41 +02:00
src Use actix-ws for juniper_actix subscriptions (#1197) 2023-10-24 17:59:36 +00:00
Cargo.toml Use actix-ws for juniper_actix subscriptions (#1197) 2023-10-24 17:59:36 +00:00
CHANGELOG.md Use actix-ws for juniper_actix subscriptions (#1197) 2023-10-24 17:59:36 +00:00
LICENSE Rework CI and project toolchain (#1043) 2022-04-08 17:44:50 +03:00
README.md Improve WebSocket integration (#1191, #1022) 2023-09-21 23:24:41 +02:00
release.toml Improve CI (#1113) 2022-10-21 16:07:17 +00:00

juniper_actix crate

Crates.io Documentation CI Rust 1.68+

actix-web web server integration for juniper (GraphQL implementation for Rust).

It's inspired and some parts are copied from juniper_warp crate.

Documentation

For documentation, including guides and examples, check out Juniper Book.

A basic usage example can also be found in the API docs.

Examples

Check examples/actix_server.rs for example code of a working actix-web server with GraphQL handlers.

License

This project is licensed under BSD 2-Clause License.