6b82d1d80e
- bump up MSRV to 1.75 Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kai Ren <tyranron@gmail.com> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
CHANGELOG.md | ||
LICENSE | ||
README.md | ||
release.toml |
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.