1 unstable release
0.6.0 | Nov 30, 2023 |
---|
#1445 in HTTP server
41KB
818 lines
Overview
The goal of this library is to provide a runtime agnostic implementation for GraphQL-over-Websocket. The library only supports subscriptions for now but will eventually support queries and mutations. It supports the websocket libraries async-tungstenite and ws-stream-wasm.
Integrations
The library offers integrations with some popular GraphQL clients with feature flags:
- graphql-client:
features = ["client-graphql-client"]
- cynic:
features = ["client-cynic"]
Documentation
The documentation is quite limited at the moment, here are some sources:
Logging
By default, the library will log some messages at the trace
level to help you debug.
It is possible to turn off the logging entirely by using the no-logging
feature.
Dependencies
~2.4–6.5MB
~116K SLoC