arden / egg-mqtt

eggjs mqtt plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

egg-mqtt

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

Install

$ npm i egg-mqtt --save

Usage

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

Configuration

// {app_root}/config/config.default.js
exports.mqtt = {
};

see config/config.default.js for more detail.

Example

Questions & Suggestions

Please open an issue here.

License

MIT

About

eggjs mqtt plugin

License:MIT License


Languages

Language:JavaScript 100.0%