UNPKG

rocket.chat.mqtt

Version:

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

11 lines (9 loc) 230 B
/* globals Buffer */ module.exports = c(("undefined" !== typeof Buffer) && Buffer) || c(this.Buffer) || c(("undefined" !== typeof window) && window.Buffer) || this.Buffer; function c(B) { return B && B.isBuffer && B; }