egg-mqttx

1.0.6 • Public • Published

egg-mqttx

NPM version build status Test coverage David deps Known Vulnerabilities npm download

Install

$ npm i egg-mqttx --save

Usage

// {app_root}/config/plugin.js
exports.mqttx = {
  enable: true,
  package: 'egg-mqttx',
};

Configuration

// {app_root}/config/config.default.js
exports.mqttx = {
  client: {
    url: 'mqtt://localhost',
  },
};

Example

Questions & Suggestions

Please open an issue here.

License

MIT

/egg-mqttx/

    Package Sidebar

    Install

    npm i egg-mqttx

    Weekly Downloads

    2

    Version

    1.0.6

    License

    MIT

    Unpacked Size

    10.2 kB

    Total Files

    8

    Last publish

    Collaborators

    • msmaocom