#graphql-server #graphql #subscription #server #websocket #web

juniper_subscriptions

Juniper SubscriptionCoordinator and SubscriptionConnection implementations

9 releases

0.17.0 Mar 20, 2024
0.16.0 Jul 8, 2021
0.15.6 Jan 27, 2022
0.15.5 Jun 8, 2021
0.15.1 Dec 12, 2020

#1003 in HTTP server

Download history 2611/week @ 2023-12-18 2248/week @ 2023-12-25 3442/week @ 2024-01-01 3624/week @ 2024-01-08 2595/week @ 2024-01-15 3361/week @ 2024-01-22 3581/week @ 2024-01-29 2082/week @ 2024-02-05 1845/week @ 2024-02-12 2238/week @ 2024-02-19 2609/week @ 2024-02-26 3599/week @ 2024-03-04 2538/week @ 2024-03-11 2191/week @ 2024-03-18 3453/week @ 2024-03-25 3237/week @ 2024-04-01

11,504 downloads per month
Used in 7 crates (via juniper_graphql_ws)

BSD-2-Clause

1.5MB
36K SLoC

juniper_subscriptions crate

Crates.io Documentation CI Rust 1.73+

This repository contains SubscriptionCoordinator and SubscriptionConnection implementations for juniper, a GraphQL library for Rust.

You need both this and juniper crate for usage.

Documentation

For this crate's documentation, check out API docs.

For SubscriptionCoordinator and SubscriptionConnection documentation, check out juniper API docs.

Examples

Check juniper_warp/examples/subscription.rs for example code of a working warp server with GraphQL subscription handlers.

License

This project is licensed under BSD 2-Clause License.

Dependencies

~3.5–4.5MB
~117K SLoC