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' } })