Skip to content

Commit 191b81d

Browse files
committed
2 parents 4cab259 + 4491e23 commit 191b81d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This package implements the PusSubEngine Interface from the graphql-subscriptions package.
44
It allows you to connect your subscriptions manger to an NATS enabled Pub Sub broker to support
55
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.
77

88

99
## Basic Usage
@@ -18,6 +18,7 @@ const subscriptionManager = new SubscriptionManager({
1818
});
1919
```
2020

21+
You needs `gnatsd daemon` running in background. Check out https://nats.io to start on your machine.
2122
## Using Trigger Transform
2223

2324
As the [graphql-redis-subscriptions](https://github.com/davidyaha/graphql-redis-subscriptions) package, this package support

0 commit comments

Comments
 (0)