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

#687 in HTTP server

Download history 3503/week @ 2024-11-16 3133/week @ 2024-11-23 3719/week @ 2024-11-30 2759/week @ 2024-12-07 3518/week @ 2024-12-14 1251/week @ 2024-12-21 1644/week @ 2024-12-28 1496/week @ 2025-01-04 1633/week @ 2025-01-11 1456/week @ 2025-01-18 1509/week @ 2025-01-25 2496/week @ 2025-02-01 2215/week @ 2025-02-08 1863/week @ 2025-02-15 2202/week @ 2025-02-22 1518/week @ 2025-03-01

8,080 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