UNPKG

rocket.chat.mqtt

Version:

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

11 lines (7 loc) 179 B
'use strict'; var crypto = require('crypto'); var randomBytes = crypto.randomBytes; function randomByte() { return randomBytes(1)[0] & 0x30; } module.exports = randomByte;