9 releases

0.4.0 Mar 20, 2024
0.3.0 Jul 8, 2021
0.2.6 Jan 27, 2022
0.2.5 Jun 8, 2021
0.2.1 Dec 12, 2020

#549 in HTTP server

Download history 2710/week @ 2024-10-01 2139/week @ 2024-10-08 2315/week @ 2024-10-15 3706/week @ 2024-10-22 3009/week @ 2024-10-29 3894/week @ 2024-11-05 4235/week @ 2024-11-12 3730/week @ 2024-11-19 3078/week @ 2024-11-26 3172/week @ 2024-12-03 3051/week @ 2024-12-10 3208/week @ 2024-12-17 1155/week @ 2024-12-24 1496/week @ 2024-12-31 1554/week @ 2025-01-07 1643/week @ 2025-01-14

6,177 downloads per month
Used in 6 crates

BSD-2-Clause

1.5MB
39K SLoC

juniper_graphql_ws crate

Crates.io Documentation CI Rust 1.73+

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.

Dependencies

~5–13MB
~134K SLoC