UNPKG

rocket.chat.mqtt

Version:

It's a MQTT Server, using redis to scale horizontally.

41 lines (40 loc) 1.06 kB
{ "name": "aedes-cached-persistence", "version": "6.0.0", "description": "Abstract class to write an Aedes persistence with in-process caching of subscriptions", "main": "index.js", "scripts": { "test": "standard && tape test.js | faucet" }, "repository": { "type": "git", "url": "git+https://github.com/mcollina/aedes-cached-persistence.git" }, "keywords": [ "aedes", "persistence", "cache", "in-memory" ], "author": "Matteo Collina <hello@matteocollina.com>", "license": "MIT", "bugs": { "url": "https://github.com/mcollina/aedes-cached-persistence/issues" }, "homepage": "https://github.com/mcollina/aedes-cached-persistence#readme", "devDependencies": { "concat-stream": "^1.5.1", "faucet": "0.0.1", "mqemitter": "^2.0.0", "standard": "^10.0.3", "tape": "^4.8.0", "through2": "^2.0.1" }, "dependencies": { "aedes-packet": "^1.0.0", "aedes-persistence": "^5.1.1", "fastparallel": "^2.3.0", "multistream": "^2.1.0", "qlobber": "^1.8.0" } }