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

#266 in HTTP server

Download history 1304/week @ 2024-07-24 1773/week @ 2024-07-31 1622/week @ 2024-08-07 2039/week @ 2024-08-14 1629/week @ 2024-08-21 1685/week @ 2024-08-28 1887/week @ 2024-09-04 2058/week @ 2024-09-11 1165/week @ 2024-09-18 2660/week @ 2024-09-25 2739/week @ 2024-10-02 2064/week @ 2024-10-09 2464/week @ 2024-10-16 3785/week @ 2024-10-23 3191/week @ 2024-10-30 3133/week @ 2024-11-06

12,926 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

~6–12MB
~137K SLoC