2022-04-08 17:44:50 +03:00
|
|
|
`juniper_graphql_ws` crate
|
|
|
|
==========================
|
|
|
|
|
|
|
|
[](https://crates.io/crates/juniper_graphql_ws)
|
|
|
|
[](https://docs.rs/juniper_graphql_ws)
|
|
|
|
[](https://github.com/graphql-rust/juniper/actions?query=workflow%3ACI+branch%3Amaster)
|
2022-12-19 09:31:23 +01:00
|
|
|
[](https://blog.rust-lang.org/2022/11/03/Rust-1.65.0.html)
|
2022-04-08 17:44:50 +03:00
|
|
|
|
|
|
|
- [Changelog](https://github.com/graphql-rust/juniper/blob/master/juniper_graphql_ws/CHANGELOG.md)
|
|
|
|
|
|
|
|
This crate contains an implementation of the [GraphQL over WebSocket Protocol][1], as used by [Apollo].
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## License
|
|
|
|
|
|
|
|
This project is licensed under [BSD 2-Clause License](https://github.com/graphql-rust/juniper/blob/master/juniper_graphql_ws/LICENSE).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[Apollo]: https://www.apollographql.com
|
|
|
|
|
|
|
|
[1]: https://github.com/apollographql/subscriptions-transport-ws/blob/0ce7a1e1eb687fe51214483e4735f50a2f2d5c79/PROTOCOL.md
|