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

#219 in HTTP server

Download history 2317/week @ 2023-12-24 3284/week @ 2023-12-31 3682/week @ 2024-01-07 2635/week @ 2024-01-14 3265/week @ 2024-01-21 3451/week @ 2024-01-28 2262/week @ 2024-02-04 1847/week @ 2024-02-11 2237/week @ 2024-02-18 2556/week @ 2024-02-25 3583/week @ 2024-03-03 2583/week @ 2024-03-10 2199/week @ 2024-03-17 3439/week @ 2024-03-24 2948/week @ 2024-03-31 2662/week @ 2024-04-07

11,309 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.5–8MB
~164K SLoC