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

#555 in HTTP server

Download history 2161/week @ 2024-09-22 3074/week @ 2024-09-29 2087/week @ 2024-10-06 2195/week @ 2024-10-13 3231/week @ 2024-10-20 3223/week @ 2024-10-27 3719/week @ 2024-11-03 4350/week @ 2024-11-10 3610/week @ 2024-11-17 3026/week @ 2024-11-24 3658/week @ 2024-12-01 2777/week @ 2024-12-08 3520/week @ 2024-12-15 1290/week @ 2024-12-22 1527/week @ 2024-12-29 1420/week @ 2025-01-05

7,893 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–12MB
~135K SLoC