egg-mqttx
v1.0.6
Published
mqtt plugin for egg
Downloads
4
Readme
egg-mqttx
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.