juniper_graphql_ws

Crates.iojuniper_graphql_ws
lib.rsjuniper_graphql_ws
version0.4.0
sourcesrc
created_at2020-12-10 06:00:46.860464
updated_at2024-03-20 19:14:01.350293
descriptionGraphQL over WebSocket Protocol implementations for `juniper` crate.
homepagehttps://github.com/graphql-rust/juniper/tree/master/juniper_graphql_ws
repositoryhttps://github.com/graphql-rust/juniper
max_upload_size
id321395
size109,445
Kai Ren (tyranron)

documentation

https://docs.rs/juniper_graphql_ws

README

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.

Commit count: 1337

cargo fmt