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
12,926 downloads per month
Used in 6 crates
1.5MB
39K
SLoC
juniper_graphql_ws
crate
This crate contains implementations of 2 protocols:
-
(
graphql-transport-ws
feature) The newgraphql-transport-ws
GraphQL over WebSocket Protocol, as now used by Apollo andgraphql-ws
npm package. -
(
graphql-ws
feature) The legacygraphql-ws
GraphQL over WebSocket Protocol, as formerly used by Apollo andsubscriptions-transport-ws
npm package (deprecated in favor of the newgraphql-transport-ws
GraphQL over WebSocket Protocol mentioned above).
License
This project is licensed under BSD 2-Clause License.
Dependencies
~6–12MB
~137K SLoC