1.0.6 • Published 3 years ago

egg-mqttx v1.0.6

Weekly downloads
9
License
MIT
Repository
github
Last release
3 years ago

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

1.0.6

3 years ago

1.0.5

3 years ago

1.0.2

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago