juniper/juniper_graphql_ws
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
..
src Use actix-ws for juniper_actix subscriptions (#1197) 2023-10-24 17:59:36 +00:00
Cargo.toml Merge juniper_graphql_transport_ws and juniper_graphql_ws crates (#1196, #1022) 2023-10-17 16:12:20 +02:00
CHANGELOG.md Use actix-ws for juniper_actix subscriptions (#1197) 2023-10-24 17:59:36 +00:00
LICENSE Improve WebSocket integration (#1191, #1022) 2023-09-21 23:24:41 +02:00
README.md Merge juniper_graphql_transport_ws and juniper_graphql_ws crates (#1196, #1022) 2023-10-17 16:12:20 +02:00
release.toml Improve CI (#1113) 2022-10-21 16:07:17 +00:00

juniper_graphql_ws crate

Crates.io Documentation CI Rust 1.65+

This crate contains implementations of 2 protocols:

  1. (graphql-transport-ws feature) The new graphql-transport-ws GraphQL over WebSocket Protocol, as now used by Apollo and graphql-ws npm package.

  2. (graphql-ws feature) The legacy graphql-ws GraphQL over WebSocket Protocol, as formerly used by Apollo and subscriptions-transport-ws npm package (deprecated in favor of the new graphql-transport-ws GraphQL over WebSocket Protocol mentioned above).

License

This project is licensed under BSD 2-Clause License.