egg-mqtt
Install
$ npm i egg-mqtt --save
Usage
// {app_root}/config/plugin.jsexportsmqtt = enable: true package: 'egg-mqtt';
Configuration
// {app_root}/config/config.default.jsexportsmqtt = ;
see config/config.default.js for more detail.
Example
Questions & Suggestions
Please open an issue here.