UNPKG

rocket.chat.mqtt

Version:

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

9 lines (5 loc) 177 B
#!/usr/bin/env node const npx = require('libnpx') const path = require('path') const NPM_PATH = path.join(__dirname, 'npm-cli.js') npx(npx.parseArgs(process.argv, NPM_PATH))