rocket.chat.mqtt

0.0.14 • Public • Published

Rocket.Chat.Streamer

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

You can run a stand alone server, or embed on your server.

Variables

  • REDIS_PORT default(6379)
  • REDIS_HOST default(localhost)
  • METRICS defalt(false)
  • MQTT_PORT default(1883);
  • WS_PORT default(8080);

Standalone version

    node server.js
    rocketchat-streamer

Embedded version

import * as Server from 'rocket.chat.mqtt' ;
 
await Server.start(); // Promise
 

/rocket.chat.mqtt/

    Package Sidebar

    Install

    npm i rocket.chat.mqtt

    Weekly Downloads

    3

    Version

    0.0.14

    License

    ISC

    Unpacked Size

    22.9 MB

    Total Files

    4677

    Last publish

    Collaborators

    • gazzo