项目作者: mathquis
项目描述 :
Hermes protocol for Node.js using MQTT
高级语言: JavaScript
项目地址: git://github.com/mathquis/node-hermes-protocol.git
node-hermes-protocol

Hermes protocol for Node.js using MQTT
Installation
npm i @mathquis/node-hermes-protocol
Usage
const Hermes = require('@mathquis/node-hermes-protocol')
const client = Hermes({
mqtt: {
host: 'mqtt://localhost:1883'
}
})