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

#280 in HTTP server

Download history 1850/week @ 2024-03-14 2679/week @ 2024-03-21 3478/week @ 2024-03-28 3247/week @ 2024-04-04 3352/week @ 2024-04-11 2031/week @ 2024-04-18 1715/week @ 2024-04-25 2787/week @ 2024-05-02 2778/week @ 2024-05-09 3851/week @ 2024-05-16 2238/week @ 2024-05-23 3039/week @ 2024-05-30 2560/week @ 2024-06-06 1641/week @ 2024-06-13 2393/week @ 2024-06-20 1299/week @ 2024-06-27

8,643 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–7.5MB
~150K SLoC