Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies

Support the repos that depend on this repository

Top contributors

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
davidyaha

davidyaha/graphql-mqtt-subscription...

graphql-subscriptions implementation for MQTT protocol

TypeScript
150
39
MIT License
davidyaha's profile
davidyaha
27 contributions
eranor's profile
eranor
7 contributions
avalla's profile
avalla
6 contributions
greenkeeper[bot]'s profile
greenkeeper[bot]
2 contributions
shirk3y's profile
shirk3y
1 contributions
greenkeeperio-bot's profile
greenkeeperio-bot
1 contributions

Support the dependencies of davidyaha/graphql-mqtt-subscriptions

Account's avatar
apollographql/graphql-subscriptions
GraphQL subscriptions for node.js
Account's avatar
leebyron/iterall
Minimal zero-dependency utilities for using JavaScript Iterables in all environments.
Account's avatar
mqttjs/MQTT.js
A library for the MQTT protocol
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for chai
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for chai-as-promised
Account's avatar
graphql/graphql-js
Stub TypeScript definitions entry for graphql, which provides its own types definitions
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for mocha
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for node
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for simple-mock
Account's avatar
chaijs/chai
BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
Account's avatar
chaijs/chai-as-promised
Extends Chai with assertions about promises.
Account's avatar
graphql/graphql-js
A Query Language and Runtime which can target any service.
Account's avatar
gotwarlost/istanbul
Yet another JS code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. Supports all JS coverage use cases including unit tests, server side functional tests and browser tests. Built for scale
Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
SitePen/remap-istanbul
A tool for remapping Istanbul coverage via Source Maps
Account's avatar
jupiter/simple-mock
Super simple stubs and spies with 1-step sandbox restore
Account's avatar
palantir/tslint
An extensible static analysis linter for the TypeScript language
Account's avatar
microsoft/TypeScript
TypeScript is a language for application scale JavaScript development

`graphql‑mqtt‑subscriptions` provides a drop‑in PubSub implementation for GraphQL‑Subscriptions that talks to an MQTT broker instead of an in‑memory or Redis store. It supplies the `AsyncIterator` and `PubSubEngine` interfaces used by Apollo/GraphQL‑Subscriptions, letting servers publish and listen to MQTT topics (with QoS, custom encoding, and client‑side options) for horizontally‑scalable real‑time updates. The library is aimed at developers building GraphQL APIs who want to leverage existing MQTT infrastructure for subscription handling.