2022-04-08 09:44:50 -05:00
`juniper_graphql_ws` crate
==========================
[![Crates.io ](https://img.shields.io/crates/v/juniper_graphql_ws.svg?maxAge=2592000 )](https://crates.io/crates/juniper_graphql_ws)
[![Documentation ](https://docs.rs/juniper_graphql_ws/badge.svg )](https://docs.rs/juniper_graphql_ws)
[![CI ](https://github.com/graphql-rust/juniper/workflows/CI/badge.svg?branch=master "CI" )](https://github.com/graphql-rust/juniper/actions?query=workflow%3ACI+branch%3Amaster)
2022-12-19 02:31:23 -06:00
[![Rust 1.65+ ](https://img.shields.io/badge/rustc-1.65+-lightgray.svg "Rust 1.65+" )](https://blog.rust-lang.org/2022/11/03/Rust-1.65.0.html)
2022-04-08 09:44:50 -05:00
- [Changelog ](https://github.com/graphql-rust/juniper/blob/master/juniper_graphql_ws/CHANGELOG.md )
2023-09-21 16:24:41 -05:00
This crate contains an implementation of the [legacy `graphql-ws` GraphQL over WebSocket Protocol][old], as formerly used by [Apollo] and [`subscriptions-transport-ws` npm package]. It has now been deprecated in favor of the [new `graphql-transport-ws` GraphQL over WebSocket Protocol][new], implemented by the new [`juniper_graphql_transport_ws` crate] and new [`graphql-ws` npm package].
2022-04-08 09:44:50 -05:00
## License
This project is licensed under [BSD 2-Clause License ](https://github.com/graphql-rust/juniper/blob/master/juniper_graphql_ws/LICENSE ).
2023-09-21 16:24:41 -05:00
[`graphql-ws` npm package]: https://npmjs.com/package/graphql-ws
2023-08-24 20:02:32 -05:00
[`juniper_graphql_transport_ws` crate]: https://docs.rs/juniper_graphql_transport_ws
2023-09-21 16:24:41 -05:00
[`subscriptions-transport-ws` npm package]: https://npmjs.com/package/subscriptions-transport-ws
[Apollo]: https://www.apollographql.com
[new]: https://github.com/enisdenjo/graphql-ws/blob/v5.14.0/PROTOCOL.md
[old]: https://github.com/apollographql/subscriptions-transport-ws/blob/v0.11.0/PROTOCOL.md