juniper/juniper_graphql_ws
2023-10-17 16:12:20 +02:00
..
src Merge juniper_graphql_transport_ws and juniper_graphql_ws crates (#1196, #1022) 2023-10-17 16:12:20 +02: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 Merge juniper_graphql_transport_ws and juniper_graphql_ws crates (#1196, #1022) 2023-10-17 16:12:20 +02: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.