| Crates.io | juniper_graphql_ws |
| lib.rs | juniper_graphql_ws |
| version | 0.5.0 |
| created_at | 2020-12-10 06:00:46.860464+00 |
| updated_at | 2025-09-08 21:41:08.112369+00 |
| description | GraphQL over WebSocket Protocol implementations for `juniper` crate. |
| homepage | https://github.com/graphql-rust/juniper/tree/master/juniper_graphql_ws |
| repository | https://github.com/graphql-rust/juniper |
| max_upload_size | |
| id | 321395 |
| size | 133,657 |
juniper_graphql_ws crateThis crate contains implementations of 2 protocols:
(graphql-transport-ws feature) The new graphql-transport-ws GraphQL over WebSocket Protocol, as now used by Apollo and graphql-ws npm package.
(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).
This project is licensed under BSD 2-Clause License.