UNPKG

rocket.chat.mqtt

Version:

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

7 lines (5 loc) 224 B
'use strict' module.exports = require('./lib/parser') module.exports.ReplyError = require('./lib/replyError') module.exports.RedisError = require('./lib/redisError') module.exports.ParserError = require('./lib/redisError')