We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
mqtt-jsonl-store
1 parent a0518d9 commit 432cc27Copy full SHA for 432cc27
README.md
@@ -624,6 +624,8 @@ In-memory implementation of the message store.
624
625
Other implementations of `mqtt.Store`:
626
627
+* [mqtt-jsonl-store](https://github.com/robertsLando/mqtt-jsonl-store) which uses
628
+ [jsonl-db](https://github.com/AlCalzone/jsonl-db) to store inflight data, it works only on Node.
629
* [mqtt-level-store](http://npm.im/mqtt-level-store) which uses
630
[Level-browserify](http://npm.im/level-browserify) to store the inflight
631
data, making it usable both in Node and the Browser.
0 commit comments