Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
cdmbase committed Feb 3, 2018
2 parents 4cab259 + 4491e23 commit 191b81d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This package implements the PusSubEngine Interface from the graphql-subscriptions package.
It allows you to connect your subscriptions manger to an NATS enabled Pub Sub broker to support
horizontally scalable subscriptions setup.
This package is an adapted version of my [graphql-redis-subscriptions](https://github.com/davidyaha/graphql-redis-subscriptions) package.
This package is an adapted version of [graphql-redis-subscriptions](https://github.com/davidyaha/graphql-redis-subscriptions) package.


## Basic Usage
Expand All @@ -18,6 +18,7 @@ const subscriptionManager = new SubscriptionManager({
});
```

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

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

0 comments on commit 191b81d

Please sign in to comment.