File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 3
3
This package implements the PusSubEngine Interface from the graphql-subscriptions package.
4
4
It allows you to connect your subscriptions manger to an NATS enabled Pub Sub broker to support
5
5
horizontally scalable subscriptions setup.
6
- This package is an adapted version of my [ graphql-redis-subscriptions] ( https://github.com/davidyaha/graphql-redis-subscriptions ) package.
6
+ This package is an adapted version of [ graphql-redis-subscriptions] ( https://github.com/davidyaha/graphql-redis-subscriptions ) package.
7
7
8
8
9
9
## Basic Usage
@@ -18,6 +18,7 @@ const subscriptionManager = new SubscriptionManager({
18
18
});
19
19
```
20
20
21
+ You needs ` gnatsd daemon ` running in background. Check out https://nats.io to start on your machine.
21
22
## Using Trigger Transform
22
23
23
24
As the [ graphql-redis-subscriptions] ( https://github.com/davidyaha/graphql-redis-subscriptions ) package, this package support
You can’t perform that action at this time.
0 commit comments